home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Esportes
/
VirtualCurling.swf
/
scripts
/
frame_153
/
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
|
2005-08-08
|
184 b
|
17 lines
if(stone_in_use < 8)
{
gotoAndPlay(63);
}
else
{
end_no++;
if(max_ends >= end_no)
{
gotoAndPlay(61);
}
else
{
gotoAndPlay(157);
}
}