home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
ellipsis.swf
/
scripts
/
DefineSprite_87_gameOver
/
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-02-20
|
128 b
|
11 lines
var count = 0;
onEnterFrame = function()
{
count++;
if(count >= 100)
{
gotoAndPlay(2);
}
};
stop();