home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / exe / multicom.dir / 00132_inst5.ls < prev    next >
Encoding:
Text File  |  1995-04-19  |  198 b   |  12 lines

  1. on mouseDown
  2.   global gCurrentTopic
  3.   set vClickon to the clickOn
  4.   doHide(vClickon)
  5.   updateStage()
  6.   if bTitleInstalled(gCurrentTopic) = 1 then
  7.     gotoTitle()
  8.   else
  9.     doInstall()
  10.   end if
  11. end
  12.