Computer Science Canada

text with variables

Author:  fabulos [ Sun May 08, 2005 3:35 pm ]
Post subject:  text with variables

how do u put a variable in a Font.Draw

eg if u have a variable called "score"

and you want it to put the score at the end of the game.

so how would u do dat???

Font.Draw ("Your score is ", 50, 30, font1, red)

thx

Author:  Tony [ Sun May 08, 2005 3:55 pm ]
Post subject: 

Turing:

Font.Draw ("Your score is " + intstr(score), 50, 30, font1, red)


: