06/06/2010, 17:16
|
| | | Fecha de Ingreso: septiembre-2009 Ubicación: Torremolinos
Mensajes: 227
Antigüedad: 15 años, 1 mes 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 |