currently make a game and i need a clock timer to count down once it reaches zero game over screen appears etc etc anyway i got what i think should work but it doesn't draw in game all it does is do a count down in black cmd window how would i get it to work in game >.<?
okay i want to make a function that will be active when my game is in it's play game state, that function needs to contain a count down timer.
The timer is like one of those count down in old school racing games, where you have to get to the next check point in order to gain more time, once the time runs out its game over. So far all i have managed to do is make it count down from 60 in the black CMD window that pops up behind my .exe while i am using VS2010. How do i change it so that it will work like one of those old racer count downs....any advice....how this was clearer =D