home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
MemoryDOGs.swf
/
scripts
/
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
|
2001-07-16
|
249 b
|
17 lines
cont = "start";
yes = "1";
where_x = "0";
where_y = "0";
wegx = "1";
wegy = "1";
while(wegx < "5")
{
while(wegy < "5")
{
set("weg_" add wegx add "_" add wegy,"0");
wegy += "1";
}
wegx += "1";
wegy = "1";
}