flashcus
03-06-2010, 02:22 PM
Hi, i don't really work with flash, but a client wants an animation of text growing, and fading, then doing the opposite, then appear elsewhere on the clip and do the same and so on...I have a motion tween on the timeline, which changes the alpha value and size of a movie clip, with an embedded text box.
In AS on the first frame, i set the text of the clip, and set its position. When i test the movie, nothing appears, but when i show the redraw positions, it draws the movieclip randomly. It just doesn't appear. I don't understand :S
If anyone could take a look it would be great!
Thanks!
remarkable.dyntext.text = "YEH!"
xpos = random(97)
ypos = random(310)
remarkable._x = xpos
remarkable.dyntxt._x = xpos
remarkable._y = ypos
remarkable.dyntxt._y = ypos
That's the AS, remarkable is the name of the mc, and dyntxt the name of the textbox.
http://www.2shared.com/file/11902481/ef6025e/home.html is the url to download the FLA (tiny link at the bottom to dl)
In AS on the first frame, i set the text of the clip, and set its position. When i test the movie, nothing appears, but when i show the redraw positions, it draws the movieclip randomly. It just doesn't appear. I don't understand :S
If anyone could take a look it would be great!
Thanks!
remarkable.dyntext.text = "YEH!"
xpos = random(97)
ypos = random(310)
remarkable._x = xpos
remarkable.dyntxt._x = xpos
remarkable._y = ypos
remarkable.dyntxt._y = ypos
That's the AS, remarkable is the name of the mc, and dyntxt the name of the textbox.
http://www.2shared.com/file/11902481/ef6025e/home.html is the url to download the FLA (tiny link at the bottom to dl)