Page 2 of 2

PostPosted: Wed Jan 11, 2006 11:34 am
by twobob
Remember that if you have a text actor say Text1, you have to use text1.textNumber to display it(or text1.textNumber = text1.textNumber +1;//if you want to add to score) , and it will only be updated on the screen if you place it on a draw event in an actors script. It will not be updated on the screen for example on a create actor event script.