home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mahjjong.swf / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  500 b   |  27 lines

  1. function go()
  2. {
  3.    clearInterval(timer.timeInt);
  4.    gotoAndPlay(8);
  5. }
  6. endG.removeMovieClip();
  7. qwan.gotoAndPlay("talking");
  8. rRT = false;
  9. clearInterval(timer.timeInt);
  10. timer.timeInt = setInterval(go,1000);
  11. statBar.removeMovieClip();
  12. back.removeMovieClip();
  13. board.removeMovieClip();
  14. defineLayouts();
  15. game.layout = game.layout + 1;
  16. hint.fHint = false;
  17. hint.fAT = true;
  18. if(game.layout > 3)
  19. {
  20.    game.layout = 1;
  21. }
  22. game.score += 5000;
  23. _root.onEnterFrame = function()
  24. {
  25. };
  26. stop();
  27.