I have a SKSpriteNode that is falling straight down the Y-Axis. I want to rotate the SKSpriteNode while still falling straight down.
If I use SKAction MoveBy:, it will start moving left and right on the way down because it is using the zRotation of the sprite.
How can I accomplish this?
Thanks, Steve