As the variabeles is set on _root you should be able to reach them using "_root.suites" and "_root.desc"
/MirandirCode:on(rollOver){ _root.mos.moluxo.gotoAndPlay("mouse_over"); } on(rollOut, releaseOutside){ _root.mos.moluxo.gotoAndPlay("mouse_out"); } on(release){ trace("before"); if(_root.suites == 1){ stop(); trace("after 1"); } else if(_root.suites==2){ trace("after 2"); if (_root.desc==1){ _root.suites=2 _root.descricao.luxo.gotoAndPlay("sumir"); _root.descricao.superluxo.mcsuites.gotoAndPlay("luxo"); } else if (_root.desc==2){ _root.descricao.gotoAndPlay("superluxo"); } } }




Reply With Quote