home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Voice Collection 7: Yuko Mizutani
/
UNTITLED.BIN
/
pc
/
m_ura01.dir
/
00033.ls
< prev
next >
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
|
1995-11-24
|
187 b
|
13 lines
on exitFrame
global q1, q2, q3, count
set q3 to random(21)
if q3 = q1 then
go(the frame)
else
if q3 = q2 then
go(the frame)
end if
end if
set count to 3
end