home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.in_matka = true;
- _root.matka = false;
- setProperty("_root.inv_matka", _alpha, "100");
- _root.in_money = true;
- _root.money = false;
- setProperty("_root.inv_money", _alpha, "100");
- _root.in_pila = true;
- _root.pila = false;
- setProperty("_root.inv_pila", _alpha, "100");
- _root.in_taska = true;
- _root.taska = false;
- setProperty("_root.inv_taska", _alpha, "100");
- tellTarget("_root.cur")
- {
- gotoAndStop(1);
- }
- }
-