home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #1 / ClubKidsoft.iso / demos / digimpct / ozzies / clbk4.dxr / 00003_Help-Button.ls < prev    next >
Encoding:
Text File  |  1994-11-04  |  179 b   |  11 lines

  1. on mouseUp
  2.   global myWindow
  3.   set the visible of sprite the clickOn to 0
  4.   ClickButton()
  5.   puppetSound("HPHelpSnd")
  6.   tell myWindow
  7.     go("HELP")
  8.   end tell
  9.   updateStage()
  10. end
  11.