A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Cursor position issues

  1. #1
    Junior Member
    Join Date
    Feb 2008
    Posts
    6

    Cursor position issues

    I'm trying to use a custom cursor for a website and the x y position is off. I can't seem to get the cursor I want to use to be at the same point as the actual cursor position.
    Any help would be great!

  2. #2
    Member
    Join Date
    Apr 2007
    Posts
    55

    simple startDrag method..

    simple startDrag method..

    put it in the movie clip actions..

    onClipEvent(load)
    {
    startDrag(this,true);
    Mouse.hide();
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center