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

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