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

  1. on exitFrame
  2.   set the locH of sprite 2 to 320
  3.   set the locV of sprite 2 to 80
  4.   set the locH of sprite 3 to 500
  5.   set the locV of sprite 3 to 453
  6.   set the locH of sprite 4 to 552
  7.   set the locV of sprite 4 to 391
  8.   updateStage()
  9.   puppetSprite(2, 0)
  10.   puppetSprite(3, 0)
  11.   puppetSprite(4, 0)
  12.   repeat while soundBusy(1)
  13.     nothing()
  14.   end repeat
  15. end
  16.