Vincent Valentijn
2004-04-29, 10:29 AM
I want to make a single switch to make one solid visible and another invisble. I made a yes/no parameter and set it to the visibility of one solid. Now I tried to control visibility for the other by making another yes/no parameter and adding the formula " = IF ( switch = 0 , 1 , 0 )
Which I figured would mean;
if switch is NO, this paramter is YES and if the other is YES, this one is NO.
// anyone have an idea on what I'm missing? Or maybe an alternative method? [I've thought of adding a integer parameter to manuallly set to 0 or 1 > thus allowing for IF statements in regard to this numerical value instead of a yes/no parameter]
Which I figured would mean;
if switch is NO, this paramter is YES and if the other is YES, this one is NO.
// anyone have an idea on what I'm missing? Or maybe an alternative method? [I've thought of adding a integer parameter to manuallly set to 0 or 1 > thus allowing for IF statements in regard to this numerical value instead of a yes/no parameter]