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.
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.
Continuous up and over button animation Adobe Flash / Animation
In this tutorial you will learn how to make a button with a true reversed up and over animation. The trick here is not to put the animation inside the button itself but put the button inside the animated movie that you as whole would use as a button. The animation method of this tutorial is to create a one way animation that rolls out as you put the mouse on the button and rolls back once back starting from its current position once you move the mouse away from the button.
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.
Bezier Curve Adobe Flash / Interactivity
Using the combination of drawing script and mouse detection script, this tutorial will create a crazy bezier curve line that will follow your mouse cursor.