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

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