And actually what you wrote didnt answer my question im talking about showing the graphic art pic when the player win or lose. And why this game forum cant be like other engines where you post a question and u just get an answer and not talking about reading manuals something i already did
Don't take it the wrong way. Anyway you asked how to "display your score variable number". I also understood that to be to display your score in some text. You said you already knew how to display the win/lose pic?
Many many answers are given here every day, it's just that when a question 'appears' to show little effort and it's been asked many times it can get frustrating. That tutorial or spacedoubt 's answer should suffice, otherwise please re-state exactly what you want
Edit: You could show the score in a Text or SpriteFont object, or you could have a separate sprite for every digit if you want (not really necessary as a SpriteFont does that more easily). If you want to superimpose the score on an pre-exsting graphic, that would be more difficult.
PS: it's recommened to post a capx, if possible, as this can make things clearer.