Forked from: nium's Progression テスト diff:9 Progression テスト nium forked:1favorite:0lines:21license : All rights reserved modified : 2008-12-17 18:11:22 Embed Tweet package { import flash.display.Sprite; import jp.progression.commands.*; import jp.progression.Progression; public class Index extends Sprite { public var prog:Progression; public function Index() { prog = new Progression( "index", stage ); prog.root.onLoad = function():void { 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 firstSceneId goto addCommand stage Sprite sort new page view favorite forked pv422 forked from: Progression テスト mash forked:0 favorite:0lines:13 (diff:15)