Some of my sprites need to be Visible at certain times and then not Visible.
I'm getting this error with code below:
menu.lua:55: bad argument #1 to 'setVisible' (Sprite expected, got boolean)
When I used "menuGroup.setVisible(HTDAdScreen)" then the HTDAdScreen sprite became InVisible, but
how do you make it Visible again?
Comments
Thanks.