Button help controlling a MC

hi, i have a transparent button controlling a MC, i have multiple ones on the same frame. I need for when say button 1 is pressed it tells the MC it is attached to gotoAndPlay(frame) but i want also for this same button to see that when the mouse clicks somewhere else to tell the MC to gotoAndStop(frame), so that when i press button 2 i don’t have to do all the tellTarget(); codes.

thanks

check the answer to a similar question Here