home *** CD-ROM | disk | FTP | other *** search
- pan._visible = false;
- _root.onEnterFrame = function()
- {
- Game.doFrame();
- };
- Game.pan = phs2;
- Game.msgPan = msgPan;
- Game.txtTime = txtTime;
- Game.txtScore = txtScore;
- Game.bar = bar;
- Game.btnReturn = btnReturn;
- Game.btnUndo = btnUndo;
- Game.activate();
- Game.startIt();
- Game.setOvers();
- Game.testAfterDelete();
- Game.enableAll(true);
- phs2._visible = true;
- wait._visible = false;
- Game.TipsControl();
- stop();
-