I have approximately 10 actors.
I want some actors to be able to be able to act over the top of another actor.
I have a car (actor) that needs to drive into a parking space (actor), but at the moment the car drives underneath the parking space


int x = getX(); int y = getY(); getWorld().removeObject(this); getWorld().addObject(this, x, y);