(si no se entiende una parte preguntenme).
Código ActionScript :
/...var a:Array = new Array ;.../ /... boton.addEventListener(MouseEvent.CLICK, CLICK); function CLICK(event:MouseEvent):void { boton.alpha = 0.3; a[0].yoyo(); }.../ /...boton2.addEventListener(MouseEvent.CLICK, CLICK2); function CLICK2(event:MouseEvent):void { boton2.alpha = 0.3; a.push(new Tween(mc1, "x", Elastic.easeInOut, 440, -600, 2, true)); }.../