i have 2 button which are map of country.
when i roll over them, their flag will appear on the button. and the flag disappear when rollout.
when i click button A(said USA) the USA flag appear on it and stay there.
when i click button B(said UK) the UK flag appear on it and stay there, but the USA flag will disappear.
In this example you have an Movieclip (instance “America”), in that MC you have in frame 1 a flag, and in 2 no flag
And you have an MC (instance “UK”), with 2 frames, one with flag and one without), notice that frame 1 must be without flag and don’t forget the “stop ()”
yeah, that’s the common to call a mc.
but if the mc is in the rollover of button?
when on (release)the mc should appear on the button not other place, the flag is stick on the button in this case.
just like when i rollover it.
but the different is when rollout, the flag will disappear, when on release the flag stay there.
ordinary telltarget won’t work.
And thanx for replying , Didius!
Are you sure it won’t work with tellTarget? If you give you button an instance name it must? I think. Wait i’m going to make something, hold on! :sleep:
ok, i attach a file to show what i want to do.
in the file, when you roll over the button, an image will appear slowly, it disappear when you roll out.
i want the image to stay there after i click the button.
so, how can i do it?