Posted on Aug 9th, 2011 in
Flash Tutorials |
0 comments
In this tutorial I will show you how you can create a simple Flash text effect when the mouse hovers over the text. This is quite easy to accomplish with a little help from ActionScript 3.
Setting up the environment
1. Create a new Flash document of size 250×250.
2. First, create a static text field and type some text in it (e.g. FlashMyMind). Position the text in the center of the stage.
3. Convert the text field...
Posted on Jan 27th, 2010 in
Flash Tutorials |
0 comments
In this easy tutorial made for Flash 8, you will see how to create disappearing text effect with no Action Script.
Step 1
Open a new Flash document. Select Modify > Document (shortcut key: Ctrl+J ). Set the width of your document to 200 pixels and the height to 100 pixels. Select white as background color, for Frame Rate set 28 fps (Frames per Second) and click ok.
Step 2
Take the Text Tool (T), in the...