home *** CD-ROM | disk | FTP | other *** search
- global gMovieOn, gAuta, gBodovani, gMotylLeti, gZvukOn
-
- on prepareMovie
- prepareMovieShared()
- end
-
- on startMovie
- if getOne(the actorList, gAuta) then
- deleteOne(the actorList, gAuta)
- end if
- end
-
- on novaHra
- gZvukOn = 0
- go(1)
- go("start")
- if windowPresent("stavHry") then
- tell window("stavHry")
- gBodovani.ini()
- end tell
- end if
- end
-
- on stopMovie
- if getOne(the actorList, gAuta) then
- deleteOne(the actorList, gAuta)
- end if
- if getOne(the actorList, gMotylLeti) then
- deleteOne(the actorList, gMotylLeti)
- end if
- StopMovieShared()
- end
-