home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / sound.dir / 00038.ls < prev    next >
Encoding:
Text File  |  1994-12-10  |  242 b   |  9 lines

  1. on button
  2.   set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 1
  3.   updateStage()
  4.   repeat while the stillDown
  5.   end repeat
  6.   set the castNum of sprite clickOn() to the castNum of sprite clickOn() - 1
  7.   updateStage()
  8. end
  9.