AppTapLLC said:no. in my game i want to make my actor visible when i click on the screen but i want it to stay invisible if im not touching the screen
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