hey guys... i have a BIG prob with this action...
it doesn't check the variables... when i click the button it only appears "BEFORE" and just that...Code:on(rollOver){ _root.mos.moluxo.gotoAndPlay("mouse_over"); } on(rollOut, releaseOutside){ _root.mos.moluxo.gotoAndPlay("mouse_out"); } on(release){ trace("before"); if(suites == 1){ stop(); trace("after 1"); } else if(suites==2){ trace("after 2"); if (desc==1){ suites=2 _root.descricao.luxo.gotoAndPlay("sumir"); _root.descricao.superluxo.mcsuites.gotoAndPlay("luxo"); } else if (desc==2){ _root.descricao.gotoAndPlay("superluxo"); } } }
anyone can help me here???




Reply With Quote