Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Fri 11/03/2005 00:14:28

Title: How do I show your score? (SOLVED)
Post by: on Fri 11/03/2005 00:14:28
Um this is prolly a realy dumb question but I know how to add scores and everything i just don't know how to make your score viewable at the statusbar guy. Help please.
Title: Re: How do I show your score?
Post by: Ashen on Fri 11/03/2005 00:24:08
 @SCORE@       The player's current score
@SCORETEXT@   The text "Score: X of XX" with the relevant numbers filled in.
@TOTALSCORE@  The maximum possible score, specified on the Game Settings pane

Example: You have @SCORE@ out of @TOTALSCORE@ points.

EDIT: Put a label on the GUI you want the score displayed on (e.g the Statusbar), and set the text to one of the above.

Sorry about that, I typed this in notepad, and apparently hadn't selected it all when I copied it over.
Title: Re: How do I show your score?
Post by: on Fri 11/03/2005 00:47:42
sorry, I'm a major noob.Ã,  ??? where do i put all this stuff

edit

Oh...I see what your saying...yeah I'll try it
Title: Re: How do I show your score?
Post by: Candle on Fri 11/03/2005 01:17:11
Have a look at this demo I made
http://12.22.230.41/MicroTech/Host/Games/demo.zip