Hi!
I have a MC called party on my main timeline and I have a button that when clicked lunchs an animation inside this party MC. Inside this party mc I have a button called back which undo the animation and set its alpha to 0 to make it invisible.The problem is that after I execute this animation i cant click any button that is under this party MC on my main timeline. I am trying to make this party MC invisible from inside it (doing something like parent.party.invisible = true) but it is not working.
How should I do?