home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global printer, gPropFont, gMonoFont
- cursor(4)
- if the machineType >= 256 then
- set the searchPath to []
- set driveName to chars(the pathName, 1, 1)
- append(the searchPath, driveName & ":\MEDIA\INDEX_VI")
- append(the searchPath, driveName & ":\MEDIA\BATER_VI")
- end if
- end
-
- on stopMovie
- global printer
- end
-