home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import game.StartButton;
-
- [Embed(source="/_assets/assets.swf", symbol="Button_Starteasy")]
- public dynamic class Button_Starteasy extends StartButton
- {
-
-
- public function Button_Starteasy()
- {
- super();
- addFrameScript(0,frame1,10,frame11,15,frame16,16,frame17);
- }
-
- internal function frame16() : *
- {
- gotoAndPlay("off");
- }
-
- internal function frame1() : *
- {
- stop();
- unlockButton();
- }
-
- internal function frame17() : *
- {
- stop();
- }
-
- internal function frame11() : *
- {
- stop();
- unlockButton();
- }
- }
- }
-