Changing integer attributes
Hey guys dont know what I am doing wrong here. I set up a simple game attribute called "Last Game". My game is dependent on when game.misses=3, the game is over.
So in my round rules actor I have this:
When game.misses=3
Change game.last game. to game.score
Yet it always displays 0 and I cant figure it out. I must be missing something small or blatantly obvious here. My score attribute works just fine, and I use this same mechanic to change my game.high score so I don't know why it isn't working.
So in my round rules actor I have this:
When game.misses=3
Change game.last game. to game.score
Yet it always displays 0 and I cant figure it out. I must be missing something small or blatantly obvious here. My score attribute works just fine, and I use this same mechanic to change my game.high score so I don't know why it isn't working.
Comments
Just a thought. Otherwise i'm not sure why it wouldn't be updating correctly without taking a look.
___________________________________________________________________________________
Project Help from Tenrdrmer Click Here
GS BubbleBall Template HERE!!
Stacks Level Selection Template HERE!!
Expanding Option Menu Template HERE!!
Tenrdrmer's Menu # 3 HERE!!
Menu #4 - Level Banners HERE!!
AppSolute Entertainment on Facebook
AppSolute Entertainment on iTunes
I have my game.score set up as a custom font, wonder if that could have anything to do with it.
If you have replaced that same exact setup when you replaced with constrains thats why it would work because a constrain constantly updates.