home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(pila eq true)
- {
- tellTarget("_root.h")
- {
- gotoAndStop("knicemu");
- play();
- }
- }
- if(money eq true)
- {
- tellTarget("_root.h")
- {
- gotoAndStop("tomutak");
- play();
- }
- }
- if(matka eq true)
- {
- tellTarget("_root.h")
- {
- gotoAndStop("knicemu");
- play();
- }
- }
- if(taska eq true)
- {
- tellTarget("_root.h")
- {
- gotoAndStop("vyznam");
- play();
- }
- }
- }
-