Código PHP:
on (release) {
var colores:MovieClip;
var myTween = new mx.transitions.Tween(_root.carga.colores, "_rotation", mx.transitions.easing.Regular.easeOut, _root.carga.colores._rotation, 120, 1, true);
myTween.onMotionFinished = function() {
// acciones a ejecutar cuando
// termina la animación
};
}