home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / m_ura01.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1995-11-24  |  264 b   |  17 lines

  1. on exitFrame
  2.   global q1, q2, frame, q3, q4, count
  3.   set q4 to random(21)
  4.   if q4 = q1 then
  5.     go(the frame)
  6.   else
  7.     if q4 = q2 then
  8.       go(the frame)
  9.     else
  10.       if q4 = q3 then
  11.         go(the frame)
  12.       end if
  13.     end if
  14.   end if
  15.   set count to 4
  16. end
  17.