home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the deskTopRectList = [rect(0, 0, 640, 480)] then
- openXLib(the pathName & "xtras\SmackX32")
- go("640")
- end if
- if the deskTopRectList = [rect(0, 0, 800, 600)] then
- openXLib(the pathName & "xtras\SmackX32")
- go("800")
- end if
- if the deskTopRectList = [rect(0, 0, 1024, 768)] then
- openXLib(the pathName & "xtras\SmackX32")
- go("1024")
- end if
- if the deskTopRectList = [rect(0, 0, 1280, 1024)] then
- openXLib(the pathName & "xtras\SmackX32")
- go("1280")
- end if
- go(the frame)
- end
-