home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gsProgramPath
- set gsProgramPath to the pathName
- if char length(gsProgramPath) of gsProgramPath = "\" then
- set nStringLength to length(gsProgramPath)
- set gsProgramPath to chars(gsProgramPath, 1, nStringLength - 1)
- end if
- end
-