home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: Cool Crafts / NEW.iso / pc / crafts. / 00122_BOR_HelpMan.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  150 b   |  11 lines

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