home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / credits.dxr / 00010_lcarrot1.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  533 b   |  23 lines

  1. on mouseDown
  2.   puppetSprite(47, 1)
  3.   puppetSound("Carrot.aif")
  4.   set lcarrot1 to the number of cast "lcarrot1"
  5.   set lcarrot6 to the number of cast "lcarrot6"
  6.   repeat with CNum = lcarrot1 to lcarrot6
  7.     set the castNum of sprite 47 to CNum
  8.     updateStage()
  9.     startTimer()
  10.     repeat while the timer < 1
  11.       nothing()
  12.     end repeat
  13.   end repeat
  14.   set the castNum of sprite 47 to lcarrot1
  15.   updateStage()
  16.   repeat while soundBusy(1)
  17.     nothing()
  18.   end repeat
  19.   puppetSprite(47, 0)
  20.   puppetSound(0)
  21.   play movie "GRANDMAS"
  22. end
  23.