Hi
I'm making a homepage where I use a custum curser, made with the following script:
custCurser1_mc.onEnterFrame = function() {
this._x = this._x-(this._x-_xmouse)/2;
this._y = this._y-(this._y-_ymouse)/2;
};
custCurser2_mc.onEnterFrame = function() {
this._x =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.