home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
bug.swf
/
scripts
/
frame_102
/
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-03-28
|
151 b
|
12 lines
if(_root.name1 != "" || count > 350)
{
count = 0;
gotoAndStop("load");
}
else
{
count += 350;
gotoAndStop("loop");
play();
}