home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / frame_316 / DoAction.as
Encoding:
Text File  |  2005-10-06  |  200 b   |  10 lines

  1. fscommand("fullscreen");
  2. if(pc)
  3. {
  4.    xRes = "640";
  5.    yRes = "480";
  6.    colorDepth = "24";
  7.    fscommand("flashstudio.setdxres","xRes,yRes,colorDepth");
  8.    fscommand("flashstudio.maximize");
  9. }
  10.