Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/04/2005, 14:26
Avatar de borjasanba
borjasanba
 
Fecha de Ingreso: febrero-2005
Ubicación: Asturias
Mensajes: 60
Antigüedad: 19 años, 1 mes
Puntos: 0
Hola:

yo lo haría así:

on (rollOver) {
Mouse.hide();
_root.puntero._visible=true;
_root.puntero.startDrag(true);
}
on (rollOut) {
Mouse.show();
_root.puntero.stopDrag();
_root.puntero._visible=false;
}

q es lo mismo, pero te evitas el enterFrame