how to set up High Score on Window
HarisChoudhary
Member, PRO Posts: 68
I am using on Window so i cant find any high score tutorial on window only Apple mac so its really confuse for me please help? thanks
Comments
The behaviors and rules you would use are all the same. The UI just looks different. There are some good windows videos out that explain the UI differences and how to get around them. Once you learn that stuff watching a Mac video should be a lot easier to understand how to apply it to the windows creator.
The UI is being standardized across windows and Mac in the utter this will become less of an issue for you hopefully.
Create an integer attribute called Score, create another integer called High Score
Change your score according to how the user plays the game.
If Score > High Score
Change attribute High Score to Score
Save attribute High Score with key: HighScore
In your menu scene have an actor Loading the attribute High Score with the key HighScore.
Use the display text feature to show the score.
Need Help? Email Me | Templates | Full Game Source Code
I still cant understand it as english is my second language can you explain the simple step by step please? thanks very much
Need Help? Email Me | Templates | Full Game Source Code
@HarisChoudhary, the layout between Windows and Mac are different, but function the same. Have a look at the comparison from @jamie_c, and try to get a feel for it. Soon you will be able to follow Mac tutorials and use them for Windows.
http://www.jamie-cross.net/?portfolio=gamesalad-macintosh-and-windows-interface-side-by-side-comparison
MESSAGING, X-PLATFORM LEADERBOARDS, OFFLINE-TIMER, ANALYTICS and BACK-END CONTROL for your GameSalad projects
www.APPFORMATIVE.com
still cant get it to work can you do it for me? thanks
still cant get it to work can you do it for me? thanks
im so stress please help me?
Demo Attached
Need Help? Email Me | Templates | Full Game Source Code
thats great everything working well but when my character died it wont stop it just kept moving. when i set up high score it chnaged everything?
Can you post your rules in a screenshot or upload the project file?
Need Help? Email Me | Templates | Full Game Source Code