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

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