Page 1 of 1

Button click

PostPosted: Sun Mar 26, 2006 1:22 am
by The achievement
Hi guys is there a way if i click a button the score goes up by 1 each time?

PostPosted: Sun Mar 26, 2006 1:39 am
by makslane
In a Mouse Button Down event, just put this action:

score++;

PostPosted: Sun Mar 26, 2006 1:45 am
by The achievement
or i can do this


code: score.textNumber = score.texeNumber +1;