home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global fixpal, gOpSys, trackList, CDDrive
- if the machineType <> 256 then
- if objectp(rwObj) then
- rwObj(mdispose)
- end if
- closeXLib(CDDrive & "FILES:RW.XOj")
- end if
- if gOpSys <> #PIP then
- set volName to "3.1"
- set dataString to volName & TAB
- repeat with x in trackList
- set dataString to dataString & x & TAB
- end repeat
- if (gOpSys = #WIN16) or (gOpSys = #WIN32) then
- saveToText("BLENDPRF", #WINWIN, dataString, #append)
- else
- saveToText("BLENDPRF", #MACPRF, dataString, #append)
- end if
- end if
- quit()
- end
-