I have a movie clip with various images in them…and then in another MC i have the buttons…on each button I have
on(release) {
_root.PhotoP._visible = true;
_root.PhotoP.gotoAndPlay(“img”);
}
Now when i test the movie the buttons work fine but you have to double click on some of them to make them even show and when they do show if you click on another the current one being displayed dissapears and you have to click the on the current button twice. Is there something I’m missing in this action script to make it work?
Oh and all of the images in the MC are seperated by frame lables, thanks in advance.
flah mx AS btw.