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

  1. global gMasterData, gSection
  2.  
  3. on goIntro
  4.   go(label("intro"))
  5.   set gSection to #intro
  6.   goNarrator(gMasterData, "116")
  7. end
  8.  
  9. on goHere
  10.   go(label("here"))
  11.   set gSection to #here
  12.   goNarrator(gMasterData, "59a")
  13. end
  14.  
  15. on goNextMarker
  16.   go(#next)
  17.   set gSection to #clicks
  18. end
  19.  
  20. on goPrevMarker
  21.   go(#previous)
  22. end
  23.  
  24. on clickAgenda
  25.   set the memberNum of sprite 24 to the number of member "agenda 2"
  26.   set the loc of sprite 24 to point(320, 240)
  27. end
  28.  
  29. on clickTeam
  30.   set the memberNum of sprite 24 to the number of member "mission"
  31.   set the loc of sprite 24 to point(320, 240)
  32. end
  33.