Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/10/2005, 09:53
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
Hola webcharlei:
Bienvenido al Foro.
Al Clip de película le pones como nombre de instancia: efecto
En la apa 2 frame 1 coloca éste código:
efecto.onRollOver = function(){
efecto._xscale = 200;
efecto._yscale = 200;
}
efecto.onRollOut = function(){
efecto._xscale = 100;
efecto._yscale = 100;
}

efecto.onPress = function(){
startDrag(efecto);
}
efecto.onRelease = function(){
stopDrag();
}

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