all groups > flash (macromedia) > october 2004 >
You're in the

flash (macromedia)

group:

Fade in and out a lot of Text


Fade in and out a lot of Text flomei
10/24/2004 7:48:57 PM
flash (macromedia):
Hi!
I?d like to do the following:
I got 20 sentences here and would like to fade one in, show it and fade it
out. Then the next sentence should be faded in... (I do fading by changing the
Alpha-Value...)
I?m a beginner and so I don?t know how do this in the best way.
Is there any possibility to do this in an easy way, for example with
ActionScript and an Array or something like this?

Is there any good tutorial or something?

Thanks a lot!

Greetings, Florian
Re: Fade in and out a lot of Text derobinson
10/25/2004 2:51:51 PM
You could probably do something like that. Put your text into an array, then
use the Tweening Prototypes from the
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exchang
e%20Search%20Details&loc=en_us&authorid=63014120&page=0&scrollPos=0&subcatid=0&s
nid=sn106&itemnumber=0&extid=1010521&catid=0 to do the alpha tweening. You
could use a For loop to cycle through your array, set the dynamic textbox
variable to the new sentence and fade it in and out.

Hope that helps!
/david
Re: Fade in and out a lot of Text flomei
10/25/2004 5:33:20 PM
Thanks!
I?ll try that...

AddThis Social Bookmark Button