Tag Archives: Flash Designer

Create a Flash Preloader

January 20, 2011

5 Comments

Creating a Flash Preloader. To keep visitors waiting for your animation to load you should always display a preloader and advise users how long they will have to wait. In Flash you have to program the preloader manually using getBytesLoaded, getBytesTotal and gotoAndPlay functions. Fortunately Flash Designer does the ActionScript part for you, all you [...]

Continue reading...

Frame Flow and Jumps in Flash Designer

January 18, 2011

0 Comments

How to Make Frame Flow and Jumps in Flash Designer. This tutorial explains how to change default animation flow in Flash Designer. By default the animation runs from the first frame to the last frame and then it loops to the beginning. Each frame lasts 1 second on the screen. In the following examples we [...]

Continue reading...

Mouse Over Effect

December 28, 2010

8 Comments

How to create Mouse Over Effect. To create a frame that will appear when the user moves the mouse over some item: Launch Flash Designer. Choose “Frame” > “Frame Size” to set movie dimensions (400 x 200). Choose “Text” tool and click on the frame. Type the text (for example “mouse over”) and click OK. [...]

Continue reading...