home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the machineType = 256 then
- set delim to "/"
- else
- set delim to ":"
- end if
- set the itemDelimiter to delim
- set drive to item 1 of the pathName
- set the itemDelimiter to ","
- GoMovie(drive & delim & "MAKERS" & delim & "MAIN.DIR", "fade")
- end
-