This is just something that i made(everything is just made) :blink: .
Well..
What you need:Not a very long list.
- Flash MX 2004 (Maybe works with MX)
- A keyboard with the CTRL and Enter Button
Let's begin.
The _ymouse property gets the current Y Position of the mouse.
And the _xmouse property gets the current X Position of the mouse, very easy.
So a simple follow mouse code will look like thisi used the SQL code box variant to get some colors)
As you can see, the position of the selected object adds the current x and y position to the object.Code:onClipEvent(mouseMove){ this._y += _ymouse; this._x += _xmouse; }
I recommend to use the onClipEvent(mouseMove) to run the script.
Because with enterFrame, it runs all the time, therefore it gets slower.
This is the end of the "tutorial" also called walkthrough.
Example:
http://img363.imageshack.us/my.php?i...ollower6jf.swf