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

  1. on mouseDown
  2.   set variable to the castNum of sprite the clickOn
  3.   set variable to variable + 1
  4.   repeat while the stillDown
  5.     set the castNum of sprite the clickOn to variable
  6.     updateStage()
  7.   end repeat
  8.   set variable to variable - 1
  9.   set the castNum of sprite the clickOn to variable
  10.   updateStage()
  11.   go(the frame + 1)
  12. end
  13.