How to make a sprite sit on a moving sprite and travel with it. I have made the red box jump with impulse and when it falls on the black block down which is moving, the red box
Try redBox.physicsBody.allowsRotation = NO,
redBox.physicsBody.allowsRotation = NO
A Boolean value that indicates whether the physics body is affected by angular forces and impulses applied to it.
And adjust redBox.physicsBody.restitution between 0.0 to 1.0,
redBox.physicsBody.restitution
The bounciness of the physics body.