In the example code, why was the zombie initialized at the top of the screen, right above:
override func didMoveToView(view: SKView) ?
I initialized mine right after the background and in reviewing my code agains the example, I noticed they were different.