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

  1. on mouseUp
  2.   set num to the clickOn
  3.   puppetSound(3, 100)
  4.   cursor(200)
  5.   set the cursor of sprite 41 to 0
  6.   set the cursor of sprite 42 to 0
  7.   set the castNum of sprite num to num + 163
  8.   updateStage()
  9.   repeat while soundBusy(3)
  10.     nothing()
  11.   end repeat
  12.   puppetSound(3, 96)
  13.   set the locV of sprite 40 to -28
  14.   set the castNum of sprite num to 203
  15.   puppetTransition(6, 1, 4, 1)
  16.   updateStage()
  17.   set the castNum of sprite 23 to 191
  18.   updateStage()
  19.   puppetSprite(23, 0)
  20.   if num = 41 then
  21.     puppetSprite(48, 0)
  22.     go("qu")
  23.   else
  24.     go("m")
  25.   end if
  26. end
  27.