Tell target problem

I think I have a small problem u guys can solve.

I have a movie within the movie 3 frames with for example:
in frame 1 red block
in frame 2 blue block
in frame 3 green block
and also on every frame a script with: stop();

And I have 2 buttons:
On button one i have the following script:
on (press) {
tellTarget (“website”){
gotoAndPlay (1);
}
}

On button two i have the following script:
on (press) {
tellTarget (“website”){
gotoAndPlay (2);
}
}

My problem is that when I click twice on a button it changes to the next color.