This site requires JavaScript, please enable it in your browser!
Greenfoot back
Fryedx
Fryedx wrote ...

2012/5/4

Need Help Displaying Score!

Fryedx Fryedx

2012/5/4

#
I'm building a really simple game where when you bring a barrel back to your base, you score 1 point. I am keeping count of the barrels when the player reaches the base. (i.e. barrelScore = barrelScore + 1;) But I am having a difficult time trying to figure out how to display barrelScore about the base to the player can see how many barrels they have collected. Any help here guys?
andrewsadik andrewsadik

2012/5/4

#
Do you mean that you need a scoreboard?
danpost danpost

2012/5/4

#
Do a search for 'simple score class code'.
You need to login to post a reply.