Código ActionScript :
onRollOver = function(){
fondo.tween("_y", -5, 0.4, "easeOutBounce");
textoA.tween("_x", _width, 0.4, "easeInBack");
textoB.tween("_x", 0, 0.6, "easeOutBack", 0.4);
}
onRollOut = function(){
fondo.tween("_y", 25 , 0.4, "easeOutBounce", 0.4);
textoA.tween("_x", 0, 0.6, "easeOutBack", 0.4);
textoB.tween("_x", -_width, 0.4, "easeInBack");
}Uso la clase lmc_tween.as
Les adjunto el archivo en flash CS3 por si quieren echarle un vistazo, pasen el ratón rápido sobre el botón. Gracias
