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

  1. on exitFrame me
  2.   if windowPresent("konec") then
  3.     close(window("konec"))
  4.     tell the stage
  5.       play movie "konecExit"
  6.     end tell
  7.   end if
  8. end
  9.