home *** CD-ROM | disk | FTP | other *** search
- cursor.stop();
- cursor.onEnterFrame = function()
- {
- this._x = _root._xmouse;
- this._y = _root._ymouse;
- };
- cursor.onMouseDown = function()
- {
- this.gotoAndStop("click");
- };
- cursor.onMouseUp = function()
- {
- this.gotoAndStop(1);
- };
-