home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 February / Image.iso / intuit / intuit.exe / intuit.dxr / 00001.ls next >
Encoding:
Text File  |  1996-11-07  |  311 b   |  15 lines

  1. on exitFrame
  2.   set test to the deskTopRectList
  3.   if test = [rect(0, 0, 640, 480)] then
  4.     play movie "quick640"
  5.   else
  6.     if test = [rect(0, 0, 800, 600)] then
  7.       play movie "quick800"
  8.     else
  9.       if test = [rect(0, 0, 1024, 768)] then
  10.         play movie "quick024"
  11.       end if
  12.     end if
  13.   end if
  14. end
  15.