トゥイーンが実行される前に数秒余分に待機させる方法を知りたいですか? 以下の私のコード:
btn_1.addEventListener(MouseEvent.CLICK, about_navigate);
function about_navigate(event:MouseEvent):void
{
topbarTween.yoyo();
//how to make the below tween wait 2 seconds before it is carried out
btmTween.yoyo();
}
私はAS3が初めてなので、どんな助けでも大歓迎です!