home *** CD-ROM | disk | FTP | other *** search
- on GoBody
- set the locH of sprite 46 to 1000
- set the visible of sprite 46 to 1
- puppetSprite(46, 0)
- go("back")
- end
-
- on GoQuit
- 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 & "quit.DIR", "fade")
- end
-