I want to "track" an object in greenfoot (crab) by putting its (x,y) in integers with getX and getY.
I want these integers to be used by another object (lobster) so i can make them face the crab. But how do i make the lobsters use a value returned by another object?
Thanks in advance :)