Pause the movement of an SKPhysicsBody?

107 Views Asked by At

In my SpriteKit game several Sprites are moved by an impulse:

[sprite.physicsBody applyImpulse:vector]

Is it possible to stop the Sprites movement and then continue it on the designated route?

1

There are 1 best solutions below

0
On

Try this, mySpriteNode.paused = YES;