Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (18)

Sign In or Sign Up now to post a comment!
  • 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.

  • Next time, can you put the code in the description? Thanks!

  • @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 No problem!

  • Thanks ! this vid really helped me alot XD

  • Comment removed

  • here is the code to stop the jitterness in AS3

    Mouse.hide();

    cursor.addEventListener(MouseE­vent.MOUSE_MOVE, newCursor);

    function newCursor(event:MouseEvent):vo­id{

    cursor.x = mouseX;

    cursor.y = mouseY;

    event.updateAfterEvent();

    }

  • Nice :]

  • Wow. Thanks for the help. The intro was awsome and you explain everything so clearly!!

  • @AL6332

    Thanks a bunch! :D

    Glad you enjoyed it.

  • uhhh actions in description by any chance? lol

  • Mouse.hide(); myCursor.onEnterFrame = function(){ myCursor._x = _xmouse; myCursor._y = _ymouse; updateAfterEvent(); } AS3: Mouse.hide(); myCursor.addEventListener(Even­t.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.
  • great vid m8! i had great fun playing around with diff shapes lol

  • lol XD glad I could help.

    I made a dinosaur cursor after I finished the tut for fun :F

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more