Greetings, I am doing a trebuchet simulation and am wondering if I can change the pivot point of an actor. Or if someone could suggest another way so it doesn't rotate the whole arm.
Thanks, BaC


GreenfootImage img = getImage(); GreenfootImage newImg = new GreenfootImage(50, 300); newImg.drawImage(img, 0, 0); setImage(newImg);