Screen flashes when I test my game on phone!
rebmemo
Member Posts: 20
Everything was okay till I made an integer attribute called "HighScore" and then made an actor called HighScore in which i have the following: If game.Score > game.HighScore then change attribute HighScore to game.Score. So when I play the game on my phone using android viewer each time my score goes up by one, the whole screen including all the actors is flashing. Just one time. Just when the score goes up. Any ideas what might be the problem here? When I test my game on the GameSalad preview....no such thing. Help me..
Comments
I FIXED IT I just right clicked my highscore actor and I clicked "Sent to back". Now everything is fine!