home *** CD-ROM | disk | FTP | other *** search
/ Games for Windows 95 / ODYSSEY.mdf / demos / hyper / hyper.exe / hyper.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  400 b   |  14 lines

  1. global newMovie
  2.  
  3. on enterFrame
  4.   set the itemDelimiter to "."
  5.   set newMovie to item 1 of the movie & ".DIR"
  6.   set the itemDelimiter to ","
  7.   set newMovie to the pathName & newMovie
  8.   set the itemDelimiter to "\"
  9.   set logoPath to the number of items in the pathName - 2
  10.   set logoMovie to item 1 to logoPath of the pathName & "\ACTRES\logo.dir"
  11.   set the itemDelimiter to ","
  12.   go(1, logoMovie)
  13. end
  14.