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. You can use this effect for some slide shows, flash banners, flash headers .

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 Picture 1

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 Picture 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 Picture 3

Press Ctrl + Enter to test the newly created product.

3.5 ★ | 2 Vote

May be interested

  • Macromedia Flash - Complete Flash banner designPhoto of Macromedia Flash - Complete Flash banner design
    in this article, we will show you how to create a complete flash banner without using the action script.
  • Some eye-catching tips for using Adobe PhotoshopPhoto of Some eye-catching tips for using Adobe Photoshop
    as a beginner, familiarize yourself with graphic processing with adobe photoshop, eye exercises are one of the most basic parts. in the following article, we will show you the most necessary steps to complete this initial process ...
  • Macromedia Flash: Create effects for nature photosPhoto of Macromedia Flash: Create effects for nature photos
    this tutorial will show you how to create simple effects for nature images using some special flash tips. this tutorial is implemented on flash cs5, there may be some differences if you use another flash version.
  • Tips for using contrast in PhotoshopPhoto of Tips for using contrast in Photoshop
    this article will teach you the basics of contrast in photoshop, gimp and paint.net.
  • The difference in the Color Profile mode of the photosPhoto of The difference in the Color Profile mode of the photos
    in the following article, we will explain to you some of the basic differences of the color profile, and the simple fix with photoshop or gimp tool. the main problem for all of our users is to use the internet and share any photo, and the phenomenon as we just described above often encounters.
  • 4 useful tools for online web editingPhoto of 4 useful tools for online web editing
    in the following article, we will introduce you some online editing tools that are quite diverse and useful for web development. these applications have a common feature that can work on a variety of environments, in any condition, as long as there is an internet connection.