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