home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
Rapid
/
Faces
/
faces_1
/
faces.dcr
/
00017.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
332 b
|
24 lines
on exitFrame
if random(8) = 1 then
go("b")
end if
if random(8) = 2 then
go("c")
end if
if random(8) = 3 then
go("d")
end if
if random(8) = 4 then
go("e")
end if
if random(8) = 5 then
go("f")
end if
if random(8) = 6 then
go("g")
end if
if random(8) = 7 then
go("h")
end if
end