Answered
Sprites/Containers - Alpha Property
I have created a container for placing a number of objects
and would like to globally set the alpha to 50%.
Why can't I just do:
container.alpha = 50;
(container is a sprite)
Any insight would be appreciated
Why can't I just do:
container.alpha = 50;
(container is a sprite)
Any insight would be appreciated