Hi, I am very new to greenfoot and only had one years experience so far. I am trying to get a Actor to always point in the direction of my cursor (mouse). How can this be done? I have tried using turnTowards(x,y) but have only managed to make the actor point to a specific coordinates. Thanks.
My idea is to get a actor to shoot bullets or swing a sword in the direction of the mouse, :).

