Okay, before you click off, I know what delta time is.
I've read through the manual, and some examples, but I'm not exactly sure how to apply it here. I've tried several ways, none worked.
My development environment's refresh rate was 240, this PC has 60.
Here's the ORIGINAL code I'm trying to revamp:
I am well aware delta time only works if the condition is Every Tick. I've tried several ways, including +/- ((value)*dt*240) and +/- (value * (0.41666666666/dt)). Those didn't work.
Any practical ideas are welcome. Thanks.