home *** CD-ROM | disk | FTP | other *** search
/ Digital Design Material S…es 2: Stone Material Raw / 石素材王.iso / pc / winstart.dir / 00001.ls next >
Encoding:
Text File  |  1996-12-22  |  387 b   |  16 lines

  1. on exitFrame
  2.   if inside(point(1280 - 1, 1024 - 1), getAt(the deskTopRectList, 1)) then
  3.     go(1, "1280")
  4.   else
  5.     if inside(point(1024 - 1, 768 - 1), getAt(the deskTopRectList, 1)) then
  6.       go(1, "1024")
  7.     else
  8.       if inside(point(800 - 1, 600 - 1), getAt(the deskTopRectList, 1)) then
  9.         go(1, "800")
  10.       else
  11.         go(1, "stage")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.