home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
allout.swf
/
scripts
/
DefineSprite_43
/
frame_2
/
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
|
2006-05-29
|
294 b
|
21 lines
do
{
if(23 < count)
{
complete = 1;
}
y = count % 5;
x = int(count / 5);
count++;
}
while(_parent.goal[y][x] != 1 and complete != 1);
if(23 < count)
{
gotoAndStop(1);
}
else
{
_parent["h" + (x + 1) + (y + 1)].base.gotoAndPlay("solutionon");
}