Hey there!
I wonder if AC has an out-of-the-box way to change the transparency of objects? I searched a while, but didn't find anything. Is it possible to fade in/out objects? A workaround could be to create a Menu which only contains a graphic, because menus can be faded. But that's a rather ugly solution

I want to link the visibility of an object to an ariable (e.g. 0 = invisible, 5 = half transparent, 10 = fully visible) so depending on player interactions, objects get visible or disappear slowly.
Thanks!
Comments
You could try using the Object: Change material Action to switch to a transparent material. Failing that, a custom Action would do it.