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.
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.
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).
Press Ctrl + Enter to test the newly created product.
You should read it
- Macromedia Flash - Create menu effects
- Macromedia Flash - Vivid photo effects
- Macromedia Flash - Product image advertising effects
- Macromedia Flash - Text display effect
- Macromedia Flash: Create effects for nature photos
- Macromedia Flash - Effects with the cube
- Macromedia Flash - Create flash menu with sound
- Macromedia Flash - Complete Flash banner design
May be interested
- Macromedia Flash - Product image advertising effectsin this article, we will show you how to create a product advertising effect in flash. you can use this effect when you need to introduce a new product launch or in banner ads. this effect does not need to use any action script code but only created with mask in flash.
- Macromedia Flash - Running text effectwith just a few simple steps you can completely create a seemingly complicated effect. you can apply this lesson as a text effect for some advertising banners or slideshows.
- Macromedia Flash - Text presentation in Flashin this article, we will learn how to create a text presentation in flash using some special flash tips.
- Macromedia Flash - Effect of 'oil spill'through this tutorial you can make an effect for small ads that are quite simple but no less strange ...
- Macromedia Flash - Making fireworks effectsthis exercise is very simple, you will be guided on how to make a burst effect using a mask. no need to use action script code. to make this image more vivid, you can add sound effects! through this exercise, you'll know how to use the color mixer panel (shift + f9), how to convert the layer to a mask ...
- Macromedia Flash - Create Text running in bannerdetails of this article will guide how to create text running on extremely attractive banner. you can use this text to create in ads, slideshows or websites to stand out. through this article, you will also learn a few tips for creating dynamic flash letters for use for other purposes.
- Macromedia Flash - Create analog clock in Flashthis tutorial will show you how to create a real working clock using flash effects.
- Macromedia Flash - Create flash menu with soundin this flash tutorial, we will guide you to create a dynamic flash menu with sound. you can use this menu on any website.
- Macromedia Flash - Visual effects using mouse clickin this article we will step by step learn how to create visual effects using mouse clicks. you can use these effects for flash banners, for some presentations
- Macromedia Flash - Create a snow effectthrough this tutorial, you will create a snow effect simply and quickly. you can use this effect on headers, banners on holidays or christmas cards ...