Problem in onPress

Hi guys,
i’m trying to design my OWN site…
i did a lot of things but there is a Prob. facing me…
when i click in a button to play MC it’s working great in first click but when i press again… no response :frowning:
i’ve 2 buttons in main timline and one Movie in the main time Tooo

i used this code


But_hom.onRelease = function() {
	_root.Mov_port.gotoAndPlay("go");
	_root.But_por.enabled = true;
};

But_por.onRelease = function() {
	_root.Mov_port.gotoAndPlay(1);
};

any Ideas :cowboy:

Looks ok. Tell us more or show us the fla, man.

pom :slight_smile:

hey Pom… :beam:
i waiting you from long time … heeheheeee

here is the file
click HERE

i’m waiting…

Why do we ALWAYS forget to attach the file we are trying to send? :stuck_out_tongue: :stuck_out_tongue: :stuck_out_tongue:

i did it but it’s not appear… i don’t know Why?

Hi… Pom…
i put the .fla file and no answer fr my Quest.

can anyone HELP :cowboy:

What’s the problem again? Seems to work fine for me…

when you pressed the Portflio button one time it’s working great but when you click again no response… if you click agian it’s working… did you get me?