home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Great Adventure of Natural Gas
/
start
/
start.swf
/
scripts
/
DefineSprite_58
/
frame_1
/
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
|
2007-01-01
|
126 b
|
10 lines
stop();
this.onEnterFrame = function()
{
var _loc1_ = random(100);
if(_loc1_ == 50)
{
play();
}
};