February 9, 200719 yr I am using this code and the if statement always evaluates to true:50 (FadeValue,number) >= if{ (L:FadeValue,number) 1 + (>L:FadeValue,number) }Any ideas?Thanks,Steve
February 9, 200719 yr >I am using this code and the if statement always evaluates to>true:>>50 (FadeValue,number) >= if{ (L:FadeValue,number) 1 +> (>L:FadeValue,number) }>>Any ideas?>>Thanks,>SteveYep,"50 (FadeValue,number) >=" will be always true :-)Try 50 (L:FadeValue,number) >=Tom
February 9, 200719 yr Thanks but that was a transcribing error. I did have the "L:" I did get it working but i don't know why. Something todo with the spacing somewhere inside the {}Thanks anyway,Steve
Create an account or sign in to comment