I am trying to create a color box to indicate pass/fail in my test. I have created the color box and checked the allow transparent, but when I set the color to transparent I get a "T" in the box and it is not transparent. I am probably doing something wrong that is very simple, but I can figure how to make the color box transparent for use over my Text Indicator.
if you want your color box to be totally invisible, just hide it with a property node (visible => false) and show it with the color you want the rest of the time.. maybe you just can't make it transparent...
We have two ears and one mouth so that we can listen twice as much as we speak.
I tried that, and at one time it worked but only to put the color around the border. Now that doesn't work at all. It stopped working when I put the color back to grey on the start of the program. I'll go back to that method and see if I can figure out why those properties won't work.