Progression テスト nium forked:0favorite:0lines:24license : All rights reserved modified : 2008-12-17 18:00:17 Embed Tweet package { import jp.progression.casts.*; import jp.progression.commands.*; import jp.progression.Progression; import jp.progression.scenes.SceneObject; public class Index extends CastDocument { public var prog:Progression; public function Index() { } protected override function _onInit():void { prog = new Progression( "index", stage ); prog.root.onLoad = function() { this.addCommand( new Trace( "トレースが" ), new Wait( 1000 ), new Trace( "遅れて" ), new Wait( 1000 ), new Trace( "聞こえるよ" ) ); }; prog.goto( prog.firstSceneId ); } } } Code Fullscreen Preview Fullscreen Trace Progression Wait onLoad addCommand stage CastDocument firstSceneId goto sort new page view favorite forked pv1145 Progression テスト nium forked:1 favorite:0lines:21 (diff:9)