stop();
Mouse.hide();
puntero.onEnterFrame = function(){
this._x=_root._xmouse;
this._y=_root._ymouse;
}
rueda_mc.onPress = function(){
this.onEnterFrame = function(){
startDrag(this,true);}
}
rueda_mc.onRelease = function(){
stopDrag();
}
Y ponle a tu peli un minimo de 33 fps..esto hara ke el cursor siga al raton en forma mas fluida.
Salu2
.
Última edición por pulento; 25/02/2005 a las 14:55 |