home *** CD-ROM | disk | FTP | other *** search
/ Swift Multimedia Spanish / Spanish_Net.iso / KIDSMMM.DXR / 00171.ls < prev    next >
Encoding:
Text File  |  1996-06-07  |  261 b   |  9 lines

  1. on startMovie
  2.   global gsProgramPath
  3.   set gsProgramPath to the pathName
  4.   if char length(gsProgramPath) of gsProgramPath = "\" then
  5.     set nStringLength to length(gsProgramPath)
  6.     set gsProgramPath to chars(gsProgramPath, 1, nStringLength - 1)
  7.   end if
  8. end
  9.