home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
dragracer.swf
/
scripts
/
frame_316
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-10-06
|
200 b
|
10 lines
fscommand("fullscreen");
if(pc)
{
xRes = "640";
yRes = "480";
colorDepth = "24";
fscommand("flashstudio.setdxres","xRes,yRes,colorDepth");
fscommand("flashstudio.maximize");
}