home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / uq_demo.exe / uq_demo.DXR / 00159.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  167 b   |  9 lines

  1. on exitFrame
  2.   puppetSprite(3, 1)
  3.   repeat with n = 1 to 60
  4.     set x to 160 + random(24)
  5.     set the castNum of sprite 3 to cast x
  6.     updateStage()
  7.   end repeat
  8. end
  9.