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

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