Hey guys im having trouble with the getX and getY commands
I'm trying to get the position of one actor and turn it into an integer for use is another actor.
so i've managed to get actor1's position as a integer:
I'm unseeing, (public int pacX public int pacY) as the integers for actor1 position and when i inspect the actor it is correct, but when i when i inspect actor2 it shows both pacX and pacY as 0.
i have
public int pacx;
public int pacy;
in both classes, not sure if i am just missing something basic or what.
Thanks Thomas

