私はフォト ギャラリーを作成しました。
new Tween(uiLoader,"rotationX",Elastic.easeOut,90,0,4,true);
それは素晴らしいことですが、すべての写真が同じように見える場合、それを見るのは少し階層化されています. それで、フェード、ブラインド、アイリス、フライ、ディゾルブ、スクイーズ、ワイプ、ズーム、rotationX、Elastic.easeOutでランダムにするコードはここにありますか?これが私のコードです:
function completeHandler(event:Event):void
{
uiLoader.x = (back.width - uiLoader.content.width) >> 1;
uiLoader.y = (back.height - uiLoader.content.height) >> 1;
new Tween(uiLoader,"rotationX",Elastic.easeOut,90,0,4,true);
}