I'm on progress making Highscore System in my game by following ArcadeEd Webstorage and Array. But I got some difficulties when adding the Second Player on game.
Since there're two players in one stage, I must create two different txtScore. The question is :
1. How Do I configure events to get the Highscores works fine from two different txtScore?
2. Can I add Player's name below the txtScore by adding Expression &newline&PlayerName?
here's the link to ArcadeEd Tutorial :
scirra.com/tutorials/581/top-10-high-score-with-webstorage-and-arrays
here's the screenshot to help understanding what I'm workin on :
img600.imageshack.us/img600/6305/ie5t.jpg
I don't know what should I do, can somebody give me some clues?