home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
CSK
/
hyakki
/
adv_all
/
movie
/
success.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
|
355 b
|
19 lines
on mouseDown
global mlist, me
set the castNum of sprite 4 to 19
updateStage()
repeat while the stillDown
nothing()
end repeat
set the castNum of sprite 4 to 17
updateStage()
set teq to 0
repeat while teq = 0
set me to random(7)
if getOne(mlist, me) = 0 then
set teq to 1
end if
end repeat
go(the frame + 1)
end