Hej is somehow possible to change opacity of actor?
Comments
tenrdrmerMember, Sous Chef, Senior Sous-ChefPosts: 9,934
yes open the color selector for the actor and there should be a scroll bar for it at the bottom.
If you are want to change it based on an event then use a change attribute for self.color.alpha and 0 is transparent and 1 full you can set it any where in between those
Comments
If you are want to change it based on an event then use a change attribute for self.color.alpha and 0 is transparent and 1 full you can set it any where in between those
alpha 1 = 100% opacity 0 = 0% opacity 0.5 = 50% opacity etc.