Flash tutorials
Home 3D (2) Actionscripting (65) Animation (100) Audio (4) Drawing (7) Full flash sites (4) Getting Started (15) Navigation (25) Special Effects (52) Text Effects (38)

Text change position animation

20.6.2008, 15:0    Total views: 13873
See how to create changing text position animation on a very quick way in flash, using the action script code. You can use this animation for some presentation, as flash banner, flash header... This lesson is so easy for create, but in the same time very practical. Let's go!



Step 1

Create a new flash document. Take the Text Tool (A) and type some text.





Step 2


While the text is still selected, press F8 key (Convert to Symbol) to convert this text into a Movie Clip Symbol.



Step 3

While the new made Movie Clip (text) is still selected, go to the Action Script Panel (F9) below the stage and enter the following action script code inside the actions panel:

onClipEvent(enterFrame)
{
_alpha=random(90);
_x=_x=random(300);
_y=_y=random(225);
}

Step 4

Take the Selection Tool (V), select the text, and press few times Ctrl+D key (Duplicate) to duplicate this text few times. After that, place it all around. See the picture below.



Test your Movie (Ctrl+Enter).

We're done!

Enjoy!

Download source file(.fla)
Have questions about this tutorial?
Visit our friendly Community Forums!
Digg it! Add this tutorial to del.icio.us! Furl it! Add this tutorial to reddit! Spurl it! Add this tutorial to technorati!

Top tutorials

1. Advanced full flash site - Part 1
Total views: 221536

2. Water effect
Total views: 166042

3. Photo slide show
Total views: 153641

4. High-tech city animation
Total views: 151459

5. Special Picture Effect
Total views: 146247

Related links