home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gDriveHD, gDriveCD, gFromProjector, gPathDelimiter, gExtension, gOldRes, gResXtra
- set the exitLock to 1
- if the machineType = 256 then
- gPathDelimiter = "\"
- else
- gPathDelimiter = ":"
- end if
- gDriveHD = the moviePath & "Data" & gPathDelimiter
- gResXtra = new(xtra("Resolution"), "AARESX-87443-26211-89134")
- OK_Again = gResXtra.set_resolution(640, 480, the colorDepth)
- gFromProjector = 1
- if the machineType = 256 then
- go(1, gDriveHD & "TdesM")
- else
- go(1, gDriveHD & "TdesM")
- end if
- end
-