[MX] buttons activating mc's

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)

Sorcerer was just finished helping me with the same problem. He also posted a sample fla which should help cause it works for me. Here’s the link to that thread.

http://www.kirupaforum.com/showthread.php?s=&threadid=9686