loading attribute error
HauschildStudios
Member, PRO Posts: 71
Hi GameSalad forum
I have this GS project which includes a star rating system that works as shown in the image below
my problem is that when it loads all of the scores for the levels some of the level logos in the menu shows 3 or 2 stars before you have completed the level. I have tried to remove the loading attributes and then the problem was completly fixed.
does any one
have a solution to solve this problem?
Comments
You just need a true or false for game over.
So call it like Star Activation
Than when game is over turn Star Activation to True. Than in each rule but attribute star activation = true. That should fix your problem of displaying the star. You going to also have to change it to false so you might want to use a timer or when player clicks continue or retry it changes it to false