Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 Library
Creating a New Cursor  

Download this .fla
 
How to create a new mouse cursor.

Actionscript
Mouse.hide();
cursor_mc.onMouseMove = function() {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};

How this code works

© 2007 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy
Home | About Quantunet | FAQ's | Contact Us