Page 2 of 2

PostPosted: Tue May 11, 2004 10:54 pm
by ingsan
Try this :

int count = 100;

onKeyDown (Any Key) :

{
count = count + 1;
myTextActor.textNumber = count;
}