home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 36 / CDE36_B / CDE36_B.mdf / DATA / Video / SMK1.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1998-05-25  |  534 b   |  20 lines

  1. on exitFrame
  2.   if the deskTopRectList = [rect(0, 0, 640, 480)] then
  3.     openXLib(the pathName & "xtras\SmackX32")
  4.     go("640")
  5.   end if
  6.   if the deskTopRectList = [rect(0, 0, 800, 600)] then
  7.     openXLib(the pathName & "xtras\SmackX32")
  8.     go("800")
  9.   end if
  10.   if the deskTopRectList = [rect(0, 0, 1024, 768)] then
  11.     openXLib(the pathName & "xtras\SmackX32")
  12.     go("1024")
  13.   end if
  14.   if the deskTopRectList = [rect(0, 0, 1280, 1024)] then
  15.     openXLib(the pathName & "xtras\SmackX32")
  16.     go("1280")
  17.   end if
  18.   go(the frame)
  19. end
  20.