home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / HOST2.DXR / 00025.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  459 b   |  18 lines

  1. on exitFrame
  2.   global window, level
  3.   cursor(4)
  4.   setPups()
  5.   if objectp(window) then
  6.     forget(window)
  7.   end if
  8.   set horzOrigin to the stageLeft + 32
  9.   set vertOrigin to the stageTop + 39
  10.   set windowRect to rect(horzOrigin, vertOrigin, horzOrigin + 486, vertOrigin + 304)
  11.   set window to window "guest"
  12.   set the rect of window to windowRect
  13.   set the fileName of window to "000"
  14.   set the titleVisible of window to 0
  15.   open(window)
  16.   loadFromIntro()
  17. end
  18.