Object trail

how can i make a trail that follows behind a object that i have following the mouse? Sort of how on windows u can set ur mouse trail…and the trail that follows, is it possible to do that with actionscript and how?

Use duplicateMovieClip().

Here is a tutorial on it…

http://www.kirupa.com/developer/actionscript/duplicate.asp

The tutorial uses it in a button, but it shouldn’t be too hard to use it to follow the mouse.

http://www.kirupa.com/developer/flash5/follow.asp

Just in case, there is a tutorial that teaches you how to make an object follow the mouse.

Just combine both tutorials.

Hope it helps!