home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #1 / ClubKidsoft.iso / demos / digimpct / ozzies / exfr01.dxr / 00002_Help.ls next >
Encoding:
Text File  |  1994-11-04  |  193 b   |  10 lines

  1. on mouseDown
  2.   global gShowHelp, gHelpTime
  3.   hClickButton()
  4.   puppetSound("EXHelpSnd")
  5.   set the visible of sprite 39 to 1
  6.   updateStage()
  7.   set gShowHelp to 1
  8.   set gHelpTime to the ticks
  9. end
  10.