home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
allout.swf
/
scripts
/
DefineSprite_41
/
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
|
2006-05-29
|
293 b
|
18 lines
function Swap()
{
if(status == 0)
{
_parent.puzzarray[y - 1][x - 1] = 1;
gotoAndPlay(4);
}
else
{
_parent.puzzarray[y - 1][x - 1] = 0;
gotoAndPlay(12);
}
}
status = 0;
x = Number(_name.charAt(1));
y = Number(_name.charAt(2));
stop();