home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / TheBearsAdventure.swf / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  354 b   |  14 lines

  1. _quality = "HIGH";
  2. ok_button.onRelease = function()
  3. {
  4.    gotoAndPlay(first_game_frame + 3);
  5. };
  6. ok_button.onPress = SoundClickButton;
  7. ok_button.onRollOver = SoundActivateButton;
  8. next_button.onRelease = function()
  9. {
  10.    gotoAndPlay(first_game_frame + 7);
  11. };
  12. next_button.onPress = SoundClickButton;
  13. next_button.onRollOver = SoundActivateButton;
  14.