home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global ItemDel
- set the itemDelimiter to ItemDel
- set drive to item 1 of the pathName
- set the itemDelimiter to ","
- set x to the mouseH
- set y to the mouseV
- if inside(point(x, y), rect(570, 457, 596, 476)) then
- SetCast(26)
- GoQuit()
- else
- if inside(point(x, y), rect(570, 429, 596, 448)) then
- else
- SetCast()
- GoMovie(drive & ItemDel & "MAKERS" & ItemDel & "SEARCH.DIR", "fade")
- end if
- end if
- end
-