Código:
Les adjunto el archivo en flash CS3 por si quieren echarle un vistazo, pasen el ratón rápido sobre el botón. GraciasonRollOver = 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");
}
3w.zshare.net/download/66449706a92d1490/

