Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/02/2005, 14:48
Avatar de pulento
pulento
 
Fecha de Ingreso: noviembre-2002
Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.
Mensajes: 1.852
Antigüedad: 21 años, 4 meses
Puntos: 1
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

.
__________________
http://www.flotdesign.dk/

Última edición por pulento; 25/02/2005 a las 14:55