home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.hero.clickSpot_x = 700;
- _root.hero.clickSpot_y = 320;
- if(getProperty(_root.cur, _X) > getProperty(_root.hero, _X))
- {
- setProperty("_root.hero.heroint", _xscale, "+100");
- }
- if(getProperty(_root.cur, _X) < getProperty(_root.hero, _X))
- {
- setProperty("_root.hero.heroint", _xscale, "-100");
- }
- if(_root.phone.hitTest(_root.hero.heroint))
- {
- if(_root.money eq true)
- {
- tellTarget("_root.phone")
- {
- gotoAndStop(5);
- }
- }
- else
- {
- tellTarget("_root.c")
- {
- gotoAndStop("ne");
- }
- }
- if(_root.matka eq true)
- {
- _root.prog_telefon = true;
- tellTarget("_root.phone")
- {
- gotoAndPlay(7);
- }
- }
- else
- {
- tellTarget("_root.c")
- {
- gotoAndStop("ne");
- }
- }
- }
- }
-