Question about the second challenge in Chapter 1

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.

It shouldnt make a difference where you added a method. Can you post the code?