Search found 1 match
- Sun Feb 04, 2024 5:07 am
- Forum: Support and Development
- Topic: How to get the position of a moving object once? without it being updated
- Replies: 2
- Views: 1617
Re: How to get the position of a moving object once? without it being updated
I have an object moving "freely" with body:applyForce( x, y ). I want to track it's previous position. I set a timer and with every second that goes by i get the position of the moving object, the problem is the position keeps updating to the object's current position. that's not what i wa...