home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
200 Game
/
200GAME2.iso
/
FLASHGAME
/
DIFFERENTS.EXE
/
scripts
/
frame_8
/
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
|
2000-08-17
|
122 b
|
10 lines
x = 1;
count = 0;
password = "mao";
while(Number(x) < 6)
{
set("re" add x,0);
x = Number(x) + 1;
}
stop();