Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/02/2005, 23:35
Avatar de plOtz
plOtz
 
Fecha de Ingreso: abril-2003
Ubicación: Chile
Mensajes: 60
Antigüedad: 21 años
Puntos: 0
boton_btn.onRollOVer = function(){
//accion que deseas que realize cuando pongas el mouse ensima
}

boton_btn.onPress = function(){
//accion que deseas que realize cuando presiones el mouse
}

boton_btn.onRollOut = function(){
//accion que deseas que realize cuando saques el mouse
}


tres acciones basicas que te serviran mucho :D


ojala que sirva
chao!