home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / senet.exe / senet.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  268 b   |  13 lines

  1. on mouseDown
  2.   set the castNum of sprite the clickOn to the number of cast "Help.Down"
  3.   updateStage()
  4.   repeat while the mouseDown
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   set the castNum of sprite the clickOn to the number of cast "Help.Up"
  10.   updateStage()
  11.   HelpToggle()
  12. end
  13.