Flash Actionscript 2.0 Tutorial: Custom Cursor
Loading...
3,226
Uploader Comments (FumoffuPanic2)
see all
All Comments (8)
-
Thanx, man!
-
annoying bg sound...actionscript could be written better...good try though
-
thanks dude
-
here is better code for a curser
onClipEvent (load) { startDrag ("", true); Mouse.hide();}
-
Try this code:
onClipEvent(load){
Mouse.hide();
startDrag(this,true);
}
Its easy, and neat.
-
thanks man. i found a different tutorial on this but it didn't work. you rock! subbed!
Loading...
i have a question... once u make the cursor can u use it on ur desktop? Or do u have to keep it in flash?
kitsunechan90 3 years ago
well its done in flash so, yes u have to keep it in flash... :(
FumoffuPanic2 3 years ago
this worked perfectly the first time, then when i tryed it again, it stopped working and gave me this message
"**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 3: Syntax error.
Total ActionScript Errors: 2 Reported Errors: 2 any idea why? i tryed to copy paste your code and it did not work either.
hellucardlord 3 years ago
try taking out all the spacing and if not then continue to try ill go check right now and possibly re-post the code in the description.
FumoffuPanic2 3 years ago