Hi everyone. I can't for the life of me figure out how to solve this problem. How do you calculate 2 values every tick without the system continuously adding, or subtracting the equation?
Example: Value1-Value2
value3 = value1 - value2
Develop games in your browser. Powerful, performant & highly capable.
Not quite sure I understand. These values are always changing so I need them to constantly be on every tick.