Okay,
I need something very organized like off in its own functions, to setup a timer that counts down from a value like 130 for level 1, 120 level 2, 110 level 3 etc.. and also, I need seperate functions to update the timer values, which will most likely have to be global variables, since I need access to these values in my main UpdateHUD, and ShowHUD functions, which show the timer value, the points, the level, lives left, current puzzle order for the level.
Now you see why it being seperated out by itself, and so organized is so important, as there is lots of code and everything is perfect, don't want to inadvertantly introduce bugs in which at this point would be very very hard to find.
Thanks for any suggestions,
Ken
I need something very organized like off in its own functions, to setup a timer that counts down from a value like 130 for level 1, 120 level 2, 110 level 3 etc.. and also, I need seperate functions to update the timer values, which will most likely have to be global variables, since I need access to these values in my main UpdateHUD, and ShowHUD functions, which show the timer value, the points, the level, lives left, current puzzle order for the level.
Now you see why it being seperated out by itself, and so organized is so important, as there is lots of code and everything is perfect, don't want to inadvertantly introduce bugs in which at this point would be very very hard to find.
Thanks for any suggestions,
Ken