home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global colorcrsr
- cursor([2497, 2498])
- checkForPatches()
- end
-
- on checkForPatches
- global oPatchManager
- if objectp(oPatchManager) then
- patchMe(oPatchManager, the movieName)
- end if
- end
-
- on closePatchFile
- global oPatchManager
- if objectp(oPatchManager) then
- closePatchFile(oPatchManager)
- end if
- end
-