Swishcripted line leading to the left and always following the cursor. SLightly on the experimental Swishscript side of thing, could be useful somewhere.
critical designs
10/23/2004 1:24:49 AM
Wow nice !! Also easy script, that`s super. Not a very large script that you have to studie first, but this one is easy to follow.
Thanks.!!
Cya around
Ian Hinckley
10/23/2004 2:34:03 PM
Here - less code. Same thing. No unnecessary movieclip
OnLoad() {
lineStyle(0,0xFFFFFF,0);
lineStyle(5,0x000000,100);
}
OnEnterFrame(){
lineTo(_xmouse,_ymouse);
_X-=2;
}
Joe Maddalone
10/23/2004 2:54:29 PM
Ah - A man after my own heart. Thanks!
Thanks.!!
Cya around