Hi, am new to greenfoot.
I wanted to ask a question. as the title says how can I move an actor in north, south, east or west without using keys.
It would be a great help if anyone can tell how to do that.
Thanks.
setLocation(getX()+dx, getY()+dy);