home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Software / Komercni / Krtek / MOVIE / KONEC.DXR / 00005_konec.ls < prev    next >
Encoding:
Text File  |  2002-10-07  |  138 b   |  9 lines

  1. global gMiawList
  2.  
  3. on exitFrame
  4.   if windowPresent("konec") then
  5.     gMiawList.konec.needClose = 1
  6.     close(window("konec"))
  7.   end if
  8. end
  9.