Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Macromedia Flash - Effects of Changing Position of Text

This tutorial will show you how to create a constantly changing text effect in flash using the Action Script.

Table of Contents

This article examines Macromedia Flash and explains the main developments, practical implications, and context readers should understand.

Macromedia Flash Overview

Step 1 Create a new flash file. Select the Text Tool (A) and enter the text you want to create.

Macromedia Flash - Effects of Changing Position of Text

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

Macromedia Flash - Effects of Changing Position of Text (2)

Step 3 Click on the newly created Movie Clip, go to Action Script (F9) and enter the following script:

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

Note: If your flash file has a different width and height, you can change the corresponding proportion in the above code with _x as the width and _y as the height. Step 4 Using the Selection Tool (V), select the text after you have entered the scipt code and press several times Ctrl + D (Duplicate) to multiply this object several times. Then, place them in different positions spread out across the background (see the following picture).

Macromedia Flash - Effects of Changing Position of Text (3)

Press Ctrl + Enter to test the newly created product.

FAQ

What does Macromedia Flash - Effects of Changing Position of Text explain?

This article examines Macromedia Flash and explains the main developments, practical implications, and context readers should understand.

Who is most affected by Macromedia Flash?

Macromedia Flash Overview Step 1 Create a new flash file.

What are the key takeaways from this topic?

Select the Text Tool (A) and enter the text you want to create.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.