home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / ANIMATE.dxr / 00026_OM265.ls < prev    next >
Encoding:
Text File  |  1999-12-10  |  167 b   |  11 lines

  1. on exitFrame
  2.   unloadMember("OM>65")
  3.   if random(2) = 2 then
  4.     preloadMember("65>AW")
  5.     go("65>AW")
  6.   else
  7.     preloadMember("65>BB")
  8.     go("65>BB")
  9.   end if
  10. end
  11.