home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import game.Button;
-
- [Embed(source="/_assets/assets.swf", symbol="btn_Create")]
- public dynamic class btn_Create extends Button
- {
-
-
- public function btn_Create()
- {
- super();
- addFrameScript(4,frame5,10,frame11,17,frame18);
- }
-
- internal function frame18() : *
- {
- stop();
- }
-
- internal function frame5() : *
- {
- stop();
- }
-
- internal function frame11() : *
- {
- stop();
- }
- }
- }
-