1
General / How to do a count-down timer
« on: November 14, 2010, 03:13:53 pm »Quote from: "Disch"
Quote from: "Cccake"
PlayerScored.SetText(""+(int)CountDown);
This does not do what you think.
http://cplusplus.com/articles/numb_to_text/
Ahh, thanks this is good to know! This and calling Display() fixed it, thanks guys!