I have two actors in the world, a badger, and a truck. In the game the badgers are caught by a net and need to be located to the truck. The problem is the truck moves. How to I pass the trucks location to the badger? Currently I have the trucks getX() and getY() returns saved in a public variable, but when I try to use those variables, it comes out at the initalized zero. Help?

