
Flash Tutorial - Custom Cursors
READ!!!
easy tutorial on how to make custom cursers
code is onClipEvent(enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (load) {
Mouse.hide();
}

READ!!!
easy tutorial on how to make custom cursers
code is onClipEvent(enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (load) {
Mouse.hide();
}