all groups > flash actionscript > february 2006 > threads for sunday february 5
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Tween Class - animation from centerpoint
Posted by highlander_1 at 2/5/2006 10:42:40 PM
Hello again - sweden calling
Why does this animation not scale the button from its centerpoint?
Now its scaling from the upper left corner.
http://www.goodwill.se/forum/tweenButton.fla
I really appreciate all the answers I can get.
:)
... more >>
Paths - LIttle Red Riding Hood is Wondering off the Path-PLEASE HELP
Posted by bigtimenobody89 at 2/5/2006 9:35:19 PM
:confused;
Hello Everyone,
I am making a site using flash, and am stumped. Have been for the past day.
Hours have been spent trying to figure out what I am doing wrong.
Here is what I've done:
a) I have a main movie. On the top is the header/navbar. On the bottom is
the footer.... more >>
load into a movieclip within a movieclip
Posted by krustafarian at 2/5/2006 6:45:09 PM
i want to load a jpeg into a movieclip contained within another movieclip. can anyone ammend the code:
loadMovie("bg1.jpg", mc_1);
the movieclip within 'mc_1' is called 'mc_2'
thanks.... more >>
createTextField problem2
Posted by wision at 2/5/2006 6:19:06 PM
I have two little problems: I cannot define the text in the Textfield (I don't
want it define in 'with (this)' part ) With this script is nothing displayed. I
cannot define the style of the displayed text .
Thank you for the answers WISION
y = 10;
t = "text text text";
var style1:TextF... more >>
createTextField problem
Posted by wision at 2/5/2006 4:05:15 PM
Why don't working the next actionscript? Without define the variable 'textbox'
the textfield is working, but after define the variable 'textbox' is nothing
displayed. With the variable all is OK (see the 'trace' command). Why? Where is
the problem?
Thank you for the answers WISION.
The s... more >>
Car Game Help
Posted by robo18 at 2/5/2006 3:22:41 PM
Hello ppl im in a bit of a mess with this car game im making. Now the car game
is summet like the one at mousebreaker.com
this one http://www.mousebreaker.com/games/parking2/play.php . now the thing
is that iv got the car and the wheels but how do i get the driving and car
movement just lik... more >>
Duplicate Movieclip
Posted by harishnarayananus at 2/5/2006 2:05:42 PM
How can i make an arc using duplicate movieclip?
eg. Firstly I made a dot, converted that dot into movie clip, Now I want to
make an arc from the dot ,using duplicate movieclip is ther any idea please
tell.
... more >>
variables not working?
Posted by Brian at 2/5/2006 11:43:58 AM
I have images that go up in numbers. I want to fade them in and out, in
order, going up. So as I fad out image_01, image_02 fades in, and so
forth, until I read the highest image, where I fade out the last and
fade in image_01 again. I wrote the following, which seems to work as
the number g... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
quick problem...
Posted by zicemaster at 2/5/2006 2:08:35 AM
Just can't get this to work...
I can't find the problem, some simple mistake in my coding. It's giving me a
headache!
for (i=0; i<5; i++) {
var hitGround = _root.ground0.hitTest("wheel" + [i]._x+_parent._x, "wheel"
+[i]._y+_parent._y+7, true);
if (hitGround == true) {
wheel[... more >>
Help With Slideshow Fade-in / Fade-out
Posted by ShoNuff111 at 2/5/2006 1:59:04 AM
I have a movie that randomly loads images into a blank movieclip every 10
seconds. It works fine, but I want to alter the actionscript so it will fade-in
an image, wait 10 seconds, fade-out the image, and then repeat this process
over. I'm not very good at actionscript, so if you could, please... more >>
error report in Flash 8
Posted by joonstar at 2/5/2006 1:54:28 AM
appear within on handler
getURL(index.cfm,_self);
Total ActionScript Errors: 1 Reported Errors: 1
I met the error report like the above.
How can I fix it?
... more >>
Problem linking url to button
Posted by ozzybear at 2/5/2006 12:30:06 AM
Hi
I have a map that I wish to add buttons at different locations and have each
of those buttons linked to a web page about the location.
I am using flash 8, I have tried adding the global function-browser/network-
'get url' actionscript but get an error message.
Can someone please tel... more >>
Find text on web page
Posted by DJ Sick Nick at 2/5/2006 12:00:00 AM
Well, im trying to do something very important to this game that i'm making. In
this input text box you type your name. Say it's: Nick. When i press a button
it goes to the second frame and checks a webpage for the word: Nick in it. if
it finds it, the movie plays to the menu, and if it doesn'... more >>
getURL with the same browser
Posted by joonstar at 2/5/2006 12:00:00 AM
on(press){
getURL('index.cfm',_self);
}
A button has the action above.
If a user clicks the button, It will move to index.cfm.
I like to make it move to index.cfm with the same browser, but the code above
pops a new browser with index.cfm.
How can I make it move to index.cfm w... more >>
fading images with loading
Posted by frankzappa78 at 2/5/2006 12:00:00 AM
hi all, i'm posting this topic here maybe is the right section.
I need to know how to make a slideshow that loads the images one by one making
an alpha transition in beetween.
The inspiration is http://www.michelhenau.com/
can somebody suggest a tutorial or a source file?
thanks a lo... more >>
load bar not working
Posted by swim4it at 2/5/2006 12:00:00 AM
I'm trying to figure out why the load/progress bar doesn't work at all. The
video is playing fine, so I know it's just a problem with the actionscript and
the progress bar. Can someone take a look?
The flash file is located here:
http://www.midnight007.com/flash/alburta2.fla
Here i... more >>
|