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 the pathName
- repeat with i = 1 to 2
- delete item the number of items in drive of drive
- end repeat
- set the itemDelimiter to ","
- GoMovie(drive & delim & "MAIN.DIR", "fade")
- end
-