How to Change Your Cursor in Flash (Action Script 2 AND Action Script 3!) Tutorial
Loading...
4,239
Loading...
Uploader Comments (mcvdigital)
see all
All Comments (18)
-
I've been working on this with CS5, and this simply doesn't work. Do I leave the movie clip on a layer underneath the actionscript itself, or can I just clear it out? You were not that clear on that point. Repliest most appreciated.
-
I CANT THANK YOU ENOUGH, I'VE BEEN TRYING TO DO THIS FOR 5 MONTHS AND I'VE FINALLY FOUND A VIDEO THAT WORKS (yours) SO THANK YOU,
BEST REGARDS! BY THE WAY, I SUBSCRIBED! DEFINATELY SUBSCRIBE TO THIS GUY, HE ROCKS :D
-
Thanks for the great tutorial! ^_^
Very clear instructions.
-
@mcvdigital No problem!
-
Thanks ! this vid really helped me alot XD
Loading...
Next time, can you put the code in the description? Thanks!
Pjor1cp 1 year ago
@Pjor1cp You won't learn anything, honestly, if I just put codes in the description. The whole point of not putting them in is so people learn how to type code and not just copy and paste it. But thanks for your suggestion, and your comment! :D
mcvdigital 1 year ago
here is the code to stop the jitterness in AS3
Mouse.hide();
cursor.addEventListener(MouseEvent.MOUSE_MOVE, newCursor);
function newCursor(event:MouseEvent):void{
cursor.x = mouseX;
cursor.y = mouseY;
event.updateAfterEvent();
}
rabbitWTF 1 year ago 2
Nice :]
mcvdigital 1 year ago
Wow. Thanks for the help. The intro was awsome and you explain everything so clearly!!
AL6332 2 years ago
@AL6332
Thanks a bunch! :D
Glad you enjoyed it.
mcvdigital 2 years ago