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.
@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
Mouse.hide(); myCursor.onEnterFrame = function(){ myCursor._x = _xmouse; myCursor._y = _ymouse; updateAfterEvent(); } AS3: Mouse.hide(); myCursor.addEventListener(Event.ENTER_FRAME, new Cursor); function newCursor(event:Event):void{ myCursor.x = mouseX; myCursor.y = mouseY; } Wow, if I can type this by memory just for a kid to C&P, you can learn how to memorize and type too. Don't be a noob. Good luck with whatever.
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.
LegendaryMousse 1 month ago
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
XthebestboybusterX 7 months ago
Thanks for the great tutorial! ^_^
Very clear instructions.
SoakedInCrimsonRain 1 year ago
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
@mcvdigital No problem!
Pjor1cp 1 year ago
Thanks ! this vid really helped me alot XD
h3llw4rrior 1 year ago
This has been flagged as spam show
Now I got myself a target cursor. Thanx buddy. If I ever encounter a person who needs assistance in flash I will direct them to you :)
littlegoblet 1 year ago
Comment removed
littlegoblet 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
uhhh actions in description by any chance? lol
TazGorilla 2 years ago
mcvdigital 2 years ago
great vid m8! i had great fun playing around with diff shapes lol
ThedarkdudeZ 2 years ago
lol XD glad I could help.
I made a dinosaur cursor after I finished the tut for fun :F
mcvdigital 2 years ago