home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / TrekDemo / TrekForMac / PROTOX9B.mac / 00106_ButtonUpS.ls < prev    next >
Encoding:
Text File  |  1994-09-21  |  249 b   |  12 lines

  1. on mouseDown
  2.   global upArrSprite
  3.   shuffleDown()
  4.   repeat while the stillDown
  5.     shuffleDown()
  6.     set the castNum of sprite upArrSprite to the number of cast "ButtonUpHiliteS"
  7.     updateStage()
  8.   end repeat
  9.   CheckScrollPos()
  10.   updateStage()
  11. end
  12.