Tag Archives: flash mouse follow

AS3 mouse follow

June 19, 2010

1 Comment

Create New Flash File ActionScript 3.0 Select the Selection Tool V Go to Properties tab and press Edit button and set the width of your document to 400 pixels and the height to 300 pixels. Set the frame rate FPS to 30. Change the layer name to background ( double click on it ). Select [...]

Continue reading...

AS3 mouse follow

March 20, 2010

5 Comments

Step 1 Create a new Flash document of size 300×300. Step 2 With  PolyStar tool , draw a star without any stroke. Use the following settings (fill color doesn’t matter),see  Fig 1. Fig 1 Step 3 Now make  the star of size 10×10 see fig 2. Fig 2 Step 4 Convert the star to a [...]

Continue reading...

Flash mouse follow with ActionScript 3

February 19, 2010

0 Comments

In this tutorial  you will learn  how to create colorful circles that animate close to the cursor. I used ActionScript 3 for  all the animation , so no timeline animation is involved. Get TweenMax We will use TweenMax for the animation of the circles. Therefore, download TweenMax for AS3. TweenMax will save us a lot [...]

Continue reading...