home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global ItemDel
- set the visible of sprite 2 to 0
- puppetSprite(2, 0)
- updateStage()
- set temp to the pathName
- set the itemDelimiter to ItemDel
- delete item the number of items in temp of temp
- delete item the number of items in temp of temp
- set the itemDelimiter to ","
- go("black")
- go("fade", string(temp & ItemDel & "quit.dir"))
- end
-