ok i have 2 buttons - contact and resume
i have it set up so far that when contact is pressed, an mc on the main timeline is played and the info comes up
same with the resume button
now lets say the contact information is up, and i press the resume button, i would like the contact info to reverse(go away) and the resume mc to play (basically take its place)
to make this a little clearer, this is what i tried on my resume button:
on (press) {
_root.resume.gotoAndPlay(“res_go”);
}
on (press) {
_root.contact.gotoAndPlay(“con_reset”);
}
this didnt work because even when the contact info is NOT up and the resume button was pressed, the contact info came up
here is the .swf (.fla is too big)