home *** CD-ROM | disk | FTP | other *** search
- global gKniha
-
- on startMovie
- pripravKnihu()
- end
-
- on stopMovie
- uklidKnihu()
- end
-
- on uklidPopMenu
- if windowPresent("pomucky") then
- close(window("pomucky"))
- end if
- if windowPresent("hledat") then
- close(window("hledat"))
- end if
- if windowPresent("kopirovat") then
- close(window("kopirovat"))
- end if
- end
-