home *** CD-ROM | disk | FTP | other *** search
- _quality = "HIGH";
- ok_button.onRelease = function()
- {
- gotoAndPlay(first_game_frame + 3);
- };
- ok_button.onPress = SoundClickButton;
- ok_button.onRollOver = SoundActivateButton;
- next_button.onRelease = function()
- {
- gotoAndPlay(first_game_frame + 7);
- };
- next_button.onPress = SoundClickButton;
- next_button.onRollOver = SoundActivateButton;
-