score
Posted: Sun May 02, 2004 5:27 pm
how do i make the score???
put an ASCII text containing numbers 0-9.
For Numbers, you'll have a bitmap with numbers 0123456789.this is a file that holds bitmap drawn numbers in ascii sequence
i need this one or one picture for each number?
hobgoblin wrote:int ooo;
ooo = MyTextActor.textNumber;
if(ooo = 50) "spit in the floor";
makslane wrote:hobgoblin wrote:int ooo;
ooo = MyTextActor.textNumber;
if(ooo = 50) "spit in the floor";
Use this:
if(MyTextActor.textNumber == 50)
{
//some thing
}