Kodeco Forums

Video Tutorial: How To Make a Game Like Flappy Bird in Swift Part 6: Collision Detection

Learn how to use Sprite Kit's built in physics engine to notify you when two things collide in your game.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1998-video-tutorial-how-to-make-a-game-like-flappy-bird-in-swift-part-6-collision-detection

Guys there is a bug in Xcode 7.2, can you please update this to prevent the crashing loop when a new game is attempted? http://archive.raywenderlich.com/forums/viewtopic.php?f=20&t=21391

With help from SO I added this line ‘newScene.paused = true’ to SwitchToNewGame and it solves this issue.