PDA

View Full Version : score


kyleh
12-16-2009, 11:25 AM
im having trouble with the score please help

x2495iiii
12-16-2009, 03:47 PM
You mean like a score counter?

jediaction
01-06-2010, 11:27 AM
oh, i know this one, you have to make a true or false tab from the bottom bar, drag it into a method or event blank space, then lets say the numbder is going up. make if text1 or whatever you called it equals to 0 then text change to 1 or how high...example

If text1 == 0
Text1 = 10

If text == 10
Text1 = 20

and so on...