home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
CheckersSparse.dxr
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-01-25
|
225 b
|
12 lines
on setArray
timerDelay = the ticks
bigArray = []
repeat with whichY = 1 to 440
oneLine = []
repeat with whichX = 1 to 580
add(oneLine, random(9))
end repeat
add(bigArray, oneLine)
end repeat
end