A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: v3 beta - cursor image?

  1. #1
    Senior Member
    Join Date
    Oct 2000
    Location
    York, Pennsylvania
    Posts
    380
    those testing the v3 beta, is it possible to replace the cursor with your own image such as crosshairs? Ive been playing with a few movie clip ideas, but cannot figure out how to do this 100%.

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    Yes,

    Create a MC with the image you want set twens to 0 and add copy 1 frame.

    Then add this Actionscript to Frame actions in the Movieclip;

    x=_root._xmouse;
    y=_root._ymouse;
    this._x=x;
    this._y=y;
    Mouse.Hide();

    Viola the mouse is now your image.

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