home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / sheriff_tripeaks.swf / scripts / frame_24 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  425 b   |  22 lines

  1. pan._visible = false;
  2. _root.onEnterFrame = function()
  3. {
  4.    Game.doFrame();
  5. };
  6. Game.pan = phs2;
  7. Game.msgPan = msgPan;
  8. Game.txtTime = txtTime;
  9. Game.txtScore = txtScore;
  10. Game.bar = bar;
  11. Game.btnReturn = btnReturn;
  12. Game.btnUndo = btnUndo;
  13. Game.activate();
  14. Game.startIt();
  15. Game.setOvers();
  16. Game.testAfterDelete();
  17. Game.enableAll(true);
  18. phs2._visible = true;
  19. wait._visible = false;
  20. Game.TipsControl();
  21. stop();
  22.