home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if inside(point(1280 - 1, 1024 - 1), getAt(the deskTopRectList, 1)) then
- go(1, "1280")
- else
- if inside(point(1024 - 1, 768 - 1), getAt(the deskTopRectList, 1)) then
- go(1, "1024")
- else
- if inside(point(800 - 1, 600 - 1), getAt(the deskTopRectList, 1)) then
- go(1, "800")
- else
- go(1, "stage")
- end if
- end if
- end if
- end
-