home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pro-Cent Games: For Only 1 Cent!
/
Pro Cent Games.bin
/
BrainTest.exe
/
scripts
/
frame_11
/
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
|
2004-03-16
|
118 b
|
11 lines
if(_root.count >= _root.p)
{
_root.p += 1;
gotoAndPlay(3);
}
else
{
_root.count += 1;
stop();
}