home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / explora.dxr / 00198.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  205 b   |  10 lines

  1. on exitFrame
  2.   puppetSprite(7, 1)
  3.   repeat with x = 1 to 200
  4.     set the locV of sprite 7 to random(480)
  5.     set the locH of sprite 7 to random(640)
  6.     updateStage()
  7.   end repeat
  8.   puppetSprite(7, 0)
  9. end
  10.