So I just learned about Time Delta the other day, and good thing too. I'm having some problems with it though D:
Basically, I've got some code that works like this:
"Every 100 milliseconds - Add 1 to Value"
"If value is 50 - Do this"
"If value is 100 - Do this"
"If value is 150 - Do this"
and so on.
How do I apply Time Delta to this code? I've tried, but certain things still aren't working right when I run the game using Unlimited FPS. Also, unless I misunderstood, Time Delta varies. This means the value will never actually be exactly 50,100, or 150, right?