home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts: Projects 57 / CAP57.bin / pc / StartOSX / StartOSX.dxr / 00001.ls next >
Encoding:
Text File  |  2003-10-02  |  265 b   |  15 lines

  1. global itemdelimeter
  2.  
  3. on startMovie
  4.   doplatform()
  5.   go(1, the moviePath & "data" & itemdelimeter & "Interface" & itemdelimeter & "Alongi")
  6. end
  7.  
  8. on doplatform
  9.   if the platform contains "MAC" then
  10.     itemdelimeter = ":"
  11.   else
  12.     itemdelimeter = "\"
  13.   end if
  14. end
  15.