Ver Mensaje Individual
  #7 (permalink)  
Antiguo 17/01/2009, 11:59
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Respuesta: efecto On mouse over

Si quieres que cambie el color del texto y a la vez cargue una imagen de la Biblioteca tendrías que poner el código así:
btn1.onPress = function() {
_root.attachMovie("img", "img_a", this.getNextHighestDepth());
};
btn1.onRollOver = function() {
_root.btn2.gotoAndStop(1);
this.gotoAndStop(2);
};

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/