I am doing a small project in Flash. I have created the buttons. I want the pictures and text to play when I click the button. I have 5 pictures with text which should come on screen when I click the respective buttons. i.e. when I rollover the button, the picture and text should come and when I rollout that should disappear.
on (rollOut, dragOut){
_root.content_mc.gotoAndPlay(1);
}[/AS]
this code will cause content_mc’s timeline to go to a certain frame when each button is rolled over, and then return to the blank frame 1 when it is rolled off of.