home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / staticshock.swf / scripts / DefineSprite_977 / frame_37 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  397 b   |  18 lines

  1. _parent.radarSurround._visible = _parent.infoBar._visible = false;
  2. _parent.arrowIndicator._visible = false;
  3. _parent.radarMap._visible = false;
  4. _parent.player._visible = false;
  5. tellTarget(wipe)
  6. {
  7.    gotoAndStop("out");
  8.    play();
  9. }
  10. pressAnyKey = new Object();
  11. pressAnyKey.onKeyDown = function()
  12. {
  13.    gotoAndStop("gameOverDone");
  14.    play();
  15. };
  16. Key.addListener(pressAnyKey);
  17. stop();
  18.