[SOLVED] Unknown initialize error

I get an initialize error on the animation part. The other initialize parts are working well. Can you see what i’m missing?

This is my set up:
image

image

This is the error:

Looks like it needs to be:

Enemy.prototype.animationInitialize  = function () {

Hay @yaustar, I think it is already?

To make the set up a little easier, this gives the same error:

image

:slight_smile:

Ah I see! It’s missing prototype! Maybe I need glasses! :nerd_face: