home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Mirror.dxr / 00003_Navigation handlers.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  248 b   |  16 lines

  1. global gMasterData, gSection
  2.  
  3. on goIntro
  4.   go(label("intro"))
  5.   set gSection to #intro
  6.   goNarrator(gMasterData, "24")
  7. end
  8.  
  9. on goX
  10.   go(label("1"))
  11.   set gSection to #X
  12.   if not activationOn(gMasterData) then
  13.     activate(gMasterData)
  14.   end if
  15. end
  16.