Hi guys!
Why is it always the really simple things that cause me the biggest headaches?? haha.
Okay, so normally when I program, I simply put an else statement in my code but Fusion 2.5 doesn't seem to offer me any way to do that.
MY PROBLEM:
I put in two statements;
If user presses [I] on keyboard AND object is invisible THEN make object visible.
If user presses [I] on keyboard AND object is visible THEN make object invisible.
It works fine the first line but the second line doesn't work. I think that's because the condition was already changed by the previous line so it actions both lines in the same loop (so usually I would use an ELSE statement to avoid that from happening).
I need:
If object is invisible then make visible ELSE make invisible.
How do I do that in Fusion 2.5 ?? Thanks