home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
alex_trax.swf
/
scripts
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
170 b
|
11 lines
if(_global.config.gameIntro)
{
trace("intro: " + _global.config.gameIntro);
intro.gotoAndStop(_global.config.gameIntro);
stop();
}
else
{
play();
}