Make Actor Invisible
AppTapLLC
Member Posts: 10
I want to make my actor invisible but when i click a on the screen, my actor is visible
Comments
You can set the alpha to zero, which is basically invisible, but that's not optimized.
More information about GameSalad actor settings can be found in The Unofficial GameSalad Textbook.
Otherwise, change self.color.alpha to 1