I get an error that my actor is not in the world so it can't use locations.
But in my world I have several codes for my Actor to have it in my world...:
this(new haai()); // 'haai' is the name of my Actor
addObject(new haai(), 10, 40)
Is there anything else I should put in my world class to get my Actor IN the world so I can use location thingies.