25/02/2005, 14:48
|
| | | Fecha de Ingreso: noviembre-2002 Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.
Mensajes: 1.852
Antigüedad: 22 años 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
.
Última edición por pulento; 25/02/2005 a las 14:55 |