home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set test to the deskTopRectList
- if test = [rect(0, 0, 640, 480)] then
- play movie "quick640"
- else
- if test = [rect(0, 0, 800, 600)] then
- play movie "quick800"
- else
- if test = [rect(0, 0, 1024, 768)] then
- play movie "quick024"
- end if
- end if
- end if
- end
-