home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Estrategia
/
coffeetycoon_Demo.swf
/
scripts
/
frame_516
/
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
|
2006-06-13
|
244 b
|
13 lines
trace("Location number is " + _root.localetype);
if(_root.checksum == _root.checksumloaded || _root.cheatmode == 1)
{
_root.clear_weather();
_root.predict_weather();
gotoAndPlay(189);
}
else
{
gotoAndPlay(60);
}
stop();