Score object -
12-06-2011, 04:36 AM
Ok, it has probably been done many times before, but here's my simple Score object. No fancy graphics, it just uses 3D text, but includes most of the functionality that would be needed in general for representing the score in a game. The methods provided by this object are
- setScore(thescore)
- showScore
- hideScore
- setScoreText [this generally wouldn't be called directly - think of it as a private method]
- incrementScore and decrementScore
I've also included three boolean-valued functions
- scoreEquals
- scoreAbove
- scoreBelow
There's nothing difficult here, but what I'm hoping I've provided is a simple to use interface, which is a critical part of designing software.
For video tutorials on programming in Alice 2.2 check out my YouTube channel
http://www.youtube.com/user/drdave785
Also check out my Programming in Alice blog at
http://programminginalice.com
|