home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / support.dir / 00044.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  394 b   |  16 lines

  1. on mouseDown
  2.   repeat with x = 29 to 33
  3.     puppetSprite(x, 0)
  4.   end repeat
  5.   set variable to the castNum of sprite the clickOn
  6.   set variable to variable + 1
  7.   repeat while the stillDown
  8.     set the castNum of sprite the clickOn to variable
  9.     updateStage()
  10.   end repeat
  11.   set variable to variable - 1
  12.   set the castNum of sprite the clickOn to variable
  13.   updateStage()
  14.   go("startShow")
  15. end
  16.