How about adding a score counter to the upper right of our Pong game?
Later we will add code - get the ball through the goal and the score goes up.
Lets add a score counter:
Add Actor "Score"
Actor Control
Text
Text = 000000
File = numbers.png http://www.trajectorylabs.com/numbers.png
(resized for Pocket PC scale from Moon Defender tutorial)
Initial font char: 0
Number of font chars: 10
ok
close
Oops "Score" shows behind wall
Fix that by:
Actor Control
Z Depth - slide to the right
Close
Your project should look like this now (that extra block is optional right now):
http://www.trajectorylabs.com/gameEditorScore.gif