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

  1. if(resolution == 2)
  2. {
  3.    game._width = 480;
  4.    game._height = 320;
  5.    game._x = 80;
  6.    game._y = 40;
  7. }
  8. else if(resolution == 3)
  9. {
  10.    game._width = 320;
  11.    game._height = 240;
  12.    game._x = 160;
  13.    game._y = 80;
  14. }
  15. i = 1;
  16. while(i <= _root.players)
  17. {
  18.    _root.player[i].cstep = 1;
  19.    _root.player[i].inverted = 0;
  20.    i++;
  21. }
  22. levd = "Level " + _root.level;
  23.