When I call a method between two actor classes, it never seems to work. But, if I call it from the World subclass using getWorld it works. I call it like I am making an instance, but, that seems to be the problem. Anyone know of or have an example of calling a method from another subclass of the Actor Class?

