I want to create an object controller that could toggle two objects simultaneously in such a way that when one hides the other shows up.
Let me explain, I have created two objects A and B. Now i want the same object controller (C) or else the same button (C) to toggle A and B alternately. So that when I first press C, A disappears while B shows up and when I again press C , B disappears and A shows up and so on.
Can anyone help me out with this? ...so far i can't figure it out although i've tried using the visibility option in both A and B alternately, so that in one it is set to be visible by default while in the other it is set to be invisible by default. But it doesn't work!