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

  1. on mouseUp
  2.   sound stop 2
  3.   puppetSound(3, 100)
  4.   cursor(200)
  5.   set the cursor of sprite 2 to 0
  6.   set the castNum of sprite 2 to 493
  7.   updateStage()
  8.   repeat while soundBusy(3)
  9.     nothing()
  10.   end repeat
  11.   set the castNum of sprite 2 to 492
  12.   updateStage()
  13.   puppetSound(3, 96)
  14.   set the locV of sprite 1 to 428
  15.   set the locV of sprite 2 to 412
  16.   puppetTransition(6, 1, 4, 1)
  17.   updateStage()
  18.   repeat while soundBusy(3)
  19.     nothing()
  20.   end repeat
  21.   quit()
  22. end
  23.