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

  1. on mouseUp
  2.   global gmode
  3.   puppetSound(3, 100)
  4.   cursor(200)
  5.   set the cursor of sprite 41 to 0
  6.   set the castNum of sprite 41 to 513
  7.   updateStage()
  8.   repeat while soundBusy(3)
  9.     nothing()
  10.   end repeat
  11.   puppetSound(3, 96)
  12.   set the locV of sprite 40 to -81
  13.   set the locV of sprite 41 to -12
  14.   puppetTransition(6, 1, 4, 1)
  15.   updateStage()
  16.   set the castNum of sprite gmode to 191
  17.   updateStage()
  18.   puppetSprite(gmode, 0)
  19.   go("m")
  20. end
  21.