home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd2.bin / OKO_demo / movie / OKOKniha.dxr / Internal_1.ls < prev    next >
Encoding:
Text File  |  2002-12-01  |  325 b   |  22 lines

  1. global gKniha
  2.  
  3. on startMovie
  4.   pripravKnihu()
  5. end
  6.  
  7. on stopMovie
  8.   uklidKnihu()
  9. end
  10.  
  11. on uklidPopMenu
  12.   if windowPresent("pomucky") then
  13.     close(window("pomucky"))
  14.   end if
  15.   if windowPresent("hledat") then
  16.     close(window("hledat"))
  17.   end if
  18.   if windowPresent("kopirovat") then
  19.     close(window("kopirovat"))
  20.   end if
  21. end
  22.