Kodeco Forums

How To Make a Game Like Cut the Rope Using Sprite Kit and Swift

Learn how to make a game like Cut the Rope for your iPhone using Sprite Kit and Swift, complete with animation, sound effects, and physics.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/735-how-to-make-a-game-like-cut-the-rope-using-spritekit-and-swift

Thank you for this great tutorial. I learned some new tricks โ€” like typing a command in the debug console, or enumerateBodiesAlongRayStart(_:end:usingBlock:)

One question: Is there a way to โ€œpreloadโ€ the new scene before the transition starts so that we wonโ€™t see the ropes all stretched out as the scenes transition? You can see this in the screenshot of the transition shown above. Those ropes look rather ugly. :scream:

Thanks!