home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import classes.graphical.controls.buttons.GoToButton;
-
- [Embed(source="/_assets/assets.swf", symbol="Button_Instructions")]
- public dynamic class Button_Instructions extends GoToButton
- {
-
-
- public function Button_Instructions()
- {
- 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();
- }
- }
- }
-