home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import classes.graphical.controls.buttons.GoToButton;
-
- [Embed(source="/_assets/assets.swf", symbol="Button_SkipIntro")]
- public dynamic class Button_SkipIntro extends GoToButton
- {
-
-
- public function Button_SkipIntro()
- {
- super();
- addFrameScript(0,frame1,1,frame2,2,frame3,3,frame4);
- }
-
- internal function frame3() : *
- {
- gotoAndPlay("off");
- }
-
- internal function frame1() : *
- {
- stop();
- unlockButton();
- }
-
- internal function frame4() : *
- {
- stop();
- }
-
- internal function frame2() : *
- {
- stop();
- unlockButton();
- }
- }
- }
-