home *** CD-ROM | disk | FTP | other *** search
- global itemdelimeter
-
- on startMovie
- doplatform()
- go(1, the moviePath & "data" & itemdelimeter & "Interface" & itemdelimeter & "Alongi")
- end
-
- on doplatform
- if the platform contains "MAC" then
- itemdelimeter = ":"
- else
- itemdelimeter = "\"
- end if
- end
-