home *** CD-ROM | disk | FTP | other *** search
- function go()
- {
- clearInterval(timer.timeInt);
- gotoAndPlay(8);
- }
- endG.removeMovieClip();
- qwan.gotoAndPlay("talking");
- rRT = false;
- clearInterval(timer.timeInt);
- timer.timeInt = setInterval(go,1000);
- statBar.removeMovieClip();
- back.removeMovieClip();
- board.removeMovieClip();
- defineLayouts();
- game.layout = game.layout + 1;
- hint.fHint = false;
- hint.fAT = true;
- if(game.layout > 3)
- {
- game.layout = 1;
- }
- game.score += 5000;
- _root.onEnterFrame = function()
- {
- };
- stop();
-