home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / kung_fu.swf / scripts / DefineSprite_1734 / frame_291 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  186 b   |  10 lines

  1. stop();
  2. submit_btn.onRelease = function()
  3. {
  4.    com.KidFighting.GameOverGUI.submitHighScore();
  5. };
  6. replay_btn.onRelease = function()
  7. {
  8.    com.KidFighting.GameOverGUI.replay();
  9. };
  10.