home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / MahJongSolitaire.swf / scripts / frame_17 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  362 b   |  19 lines

  1. function showFinalScore()
  2. {
  3.    mcEndScreen.mcScoreControl.txtScore = totalPoints;
  4. }
  5. function playAgain()
  6. {
  7.    unloadMovie(endFeature);
  8.    mcDialog.removeMovieClip();
  9.    gotoAndStop(3);
  10. }
  11. function downloadStandAlone()
  12. {
  13.    getURL(downloadURL,"_blank");
  14. }
  15. stop();
  16. g_numScore = totalPoints;
  17. loadMovie(endURL,endFeature);
  18. mcHelp.removeMovieClip();
  19.