Well I used timers for the first version I made of the game, where the timers handled moving, so that hitting more then one key wouldn't jam the program. Is there a function to maybe do something like:

[Highlight=VB]
..Main Code..
if wait is done then
dostuff
startwait 15milliseconds
end if