home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Great Adventure of Natural Gas
/
start
/
start.swf
/
scripts
/
DefineSprite_44
/
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
|
149 b
|
12 lines
stop();
i = 0;
this.onEnterFrame = function()
{
i++;
if(i == 50)
{
delete this.onEnterFrame;
gotoAndPlay(2);
}
};