home *** CD-ROM | disk | FTP | other *** search
- on initGvars
- global gCurrentScene, gCurrentMovie, gCrntSectnMenu, gGnrlinfoFldS, gGlssryFld, gGlssryFldS, gGlssryFldTxtH, gBeginSlider, gEndSlider, gGlssryFldTxtR, gPropListGlossary
- set gBeginSlider to 140
- set gEndSlider to gBeginSlider + 70
- if voidp(gGlssryFld) then
- set gGlssryFld to "GlossaryInfo"
- set gGlssryFldTxtH to 7 * the textHeight of member gGlssryFld
- set gGlssryFldTxtR to the right of the rect of member gGlssryFld
- set gGlssryFldS to 31
- buildGlossaryWrdsAndRefs()
- end if
- cursor(-1)
- end
-
- on zoomOpenTrans
- puppetTransition(47, 2, 16, 1)
- end
-
- on zoomCloseTrans
- puppetTransition(48, 2, 16, 1)
- end
-
- on wipeRightTrans
- puppetTransition(1, 2, 16, 1)
- end
-
- on wipeLeftTrans
- puppetTransition(2, 2, 16, 1)
- end
-
- on wipeUpTrans
- puppetTransition(4, 2, 16, 1)
- end
-
- on wipeDwnTrans
- puppetTransition(3, 2, 16, 1)
- end
-
- on dissolveStageTrans
- puppetTransition(50, 0, 8, 0)
- end
-