home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global TextObj, SavedPos
- if factory("RearWindow") = 0 then
- openXLib("RearWindow.XObj")
- end if
- initRearWindow(255)
- set SavedPos to EMPTY
- end
-
- on initRearWindow theColor
- global rwObj
- if objectp(rwObj) then
- rwObj(mdispose)
- end if
- set rwObj to RearWindow(mnew, "M")
- rwObj(mIndexColorToWindow, theColor)
- end
-
- on disposeRearWindow
- global rwObj
- if objectp(rwObj) then
- rwObj(mdispose)
- end if
- end
-