Click to See Complete Forum and Search --> : v3 beta - cursor image?
mmreed
02-02-2002, 12:44 AM
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%.
johnie
02-02-2002, 01:14 AM
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.
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.