home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00016_Help.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  137 b   |  10 lines

  1. on mouseDown
  2.   set the visible of sprite 15 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 15 to 0
  8.   updateStage()
  9. end
  10.