home *** CD-ROM | disk | FTP | other *** search
- if(resolution == 2)
- {
- game._width = 480;
- game._height = 320;
- game._x = 80;
- game._y = 40;
- }
- else if(resolution == 3)
- {
- game._width = 320;
- game._height = 240;
- game._x = 160;
- game._y = 80;
- }
- i = 1;
- while(i <= _root.players)
- {
- _root.player[i].cstep = 1;
- _root.player[i].inverted = 0;
- i++;
- }
- levd = "Level " + _root.level;
-