Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/10/2008, 08:20
Avatar de gVenom
gVenom
 
Fecha de Ingreso: julio-2008
Ubicación: Costa Rica
Mensajes: 1.458
Antigüedad: 15 años, 9 meses
Puntos: 53
De acuerdo Respuesta: Efecto Zoom Fotos

Ok, entonces visita este link, para hacer el boton con zoom

http://www.solophotoshop.com/Tutorial-Efecto-Zoom-Gradual-en-Flash-c-306.html


y el "startDrag" funciona asi:

on (press){
this.startDrag();
}

on (release){
this.stopDrag();
}


eso se lo colocas al mc que vas a mover y listo.

saludos