home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / RadioactiveSnakesFromMa.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-20  |  356 b   |  22 lines

  1. _root.players = 1;
  2. _root.thisUser = 1;
  3. _root.nextUser = 2;
  4. _root.setup = 1;
  5. _root.level = 1;
  6. levz = 20;
  7. if(_root.gooddomain != 1)
  8. {
  9.    levz = 5;
  10. }
  11. _root.player = new Array();
  12. if(!resolution)
  13. {
  14.    resolution = 1;
  15. }
  16. if(_root.gooddomain != 1 and countdown != 1)
  17. {
  18.    countdown = 1;
  19.    intervalID = setInterval(killuser,300000);
  20. }
  21. stop();
  22.