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.
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.
This is in the manual. Read the entire section.
Also in the Beginners' FAQ. DOuble shame on you! :P ;)