home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PRETEND2.EXE / MARS.DXR / 00006.ls < prev    next >
Encoding:
Text File  |  1996-09-10  |  101 b   |  8 lines

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