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

  1. on doro
  2.   set a to 7
  3.   repeat with n = 0 to 14
  4.     set a to a + 1
  5.     puppetSprite(a, 1)
  6.     set the locH of sprite a to random(640)
  7.     set the locV of sprite a to random(355)
  8.     set a to a + 1
  9.     puppetSprite(a, 1)
  10.     set the locH of sprite a to random(640)
  11.     set the locV of sprite a to random(355)
  12.   end repeat
  13. end
  14.