I have an actor that starts with a visibility of false. Based on an event, I want to simply change the actor's visibility to true but it is not working? I using the change attribute self.visible to true.
Comments
Braydon_SFXMember, Sous Chef, Bowlboy SidekickPosts: 9,273
Instead of using self.Visible, use the self.Color.Alpha attribute. Simply change that to 0 or 1. The value of 0 will make the actor invisible, while the value of 1 will make it visible.
Comments
Cheers
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx