home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
MemoryDOGs.swf
/
scripts
/
frame_48
/
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
|
282 b
|
18 lines
linie = "1";
spalte = "1";
while(linie < "5")
{
while(spalte < "5")
{
tellTarget("/Bild_" add linie add "_" add spalte)
{
gotoAndStop(1);
}
spalte += "1";
}
spalte = "1";
linie += "1";
}
many = "0";
countdown = "16";