Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/06/2010, 17:16
Avatar de chabri
chabri
 
Fecha de Ingreso: septiembre-2009
Ubicación: Torremolinos
Mensajes: 227
Antigüedad: 14 años, 7 meses
Puntos: 17
Respuesta: rotar sobre su eje 1 objeto (as2)

mmm con tween es algo asi

import mx.transitions.Tween;
import mx.transitions.easing.*;
_root.Cuadro1_mc.onRollOver = function() {
miXTween = new mx.transitions.Tween(this, "_rotation", Bounce.easeOut, 100, 200, 1.5, true);

};
_root.Cuadro1_mc.onRollOut = function() {
miXTween.yoyo();
miYTween.yoyo();


fijate sino

on(release){
tumc._rotation = 200
}


investigate eso, no soy bueno en esto pero voy aprendiendo jejejeje