home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / ingenius / shockwav / qintro.dcr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  85 b   |  8 lines

  1. on exitFrame
  2.   if random(3) = 1 then
  3.     go(3)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.