Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Candle on Wed 21/04/2004 23:43:23

Title: score
Post by: Candle on Wed 21/04/2004 23:43:23
I read this but not sure where to put it ?
@GAMENAME@    The game's name, specified on the Game Settings pane
@OVERHOTSPOT@ Name of the hotspot which the cursor is over
@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.
Title: Re:score
Post by: on Wed 21/04/2004 23:49:37
It needs to go on a label on whatever GUI you want it to be on.
So, for example, on the STATUSLINE GUI, create a Label (second button from the left), and change the text from New Label to @OVERHOTSPOT@ or whatever.
Title: Re:score
Post by: TerranRich on Thu 22/04/2004 00:23:17
This is in the manual. Read the entire section.

Also in the Beginners' FAQ. DOuble shame on you! :P ;)