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

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