home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / map2.dxr / 00213_lettuce1.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  388 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(17, 1)
  3.   set lettuce1 to the number of cast "lettuce1"
  4.   set lettuce5 to the number of cast "lettuce5"
  5.   repeat with CNum = lettuce1 to lettuce5
  6.     set the castNum of sprite 17 to CNum
  7.     updateStage()
  8.     startTimer()
  9.     repeat while the timer < 15
  10.       nothing()
  11.     end repeat
  12.   end repeat
  13.   set the castNum of sprite 17 to lettuce1
  14.   updateStage()
  15. end
  16.