I would create a game loop based that updates all of your game elements instead of relying on SKActions. SKActions is generally a way to perform animations, for continuos movement of game elements make a simple engine and have it update the positions of your red birds.