Pause the movement of an SKPhysicsBody?

79 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 answers

0
Jaffer Sheriff On

Try this, mySpriteNode.paused = YES;