Is it possible to detect if a sprite is moving?

That’s all, I need to know if, like sprite.body.onFloor(), there is a “sprite.body.isMoving()”? If not, what’s the best way to detect if a body is in motion?

sprite.body.speed > 0
1 Like