Cool mouse follow animation Adobe Flash / Interactivity
In this Flash tutorial you will see how to make an object follow your mouse cursor, this is a great feature for games, animations or any other place.
StartDrag command for 1 axis only Adobe Flash / Special Effects
This tutorial details how to have an object follow the mouse on 1 axis only (not possible with the drag command). This gives the effect of it sliding across the screen. This can be done easily by making the x/y position of the object equal to the corresponding position of the mouse. However, to make the movement look more authentic, like it is following the mouse, not just always in the same position, you can add a small piece of code which makes it lag behind a little.
Mouse Follower Adobe Flash / Interactivity
This tutorial will show you how to create a movie clip that will follow your mouse pointer. The Mouse Follower is useful for menu on-the-go.
Rotating Objects Adobe Flash / ActionScript
By clicking and dragging mouse, we will make an impression of a rotating object. The object will rotate in the direction of mouse dragging, and as the mouse changes direction, so will the direction of the rotation of object.
Mouse x-y Coordinates Adobe Flash / ActionScript
Any visual object on stage are represented by x and y coordinates. This tutorial will show you how to create some object which will folow the mouse moving, using action script.
Mouse Follower in Flash Adobe Flash / Interactivity
This great flash tutorial will tell you everything you need to know in order to create a cool little design that will follow the movement of your mouse on the website.