Hi,
via the rotate method I can rotate an GreenfootImage. Is it possible to ask how much a GreenfootImage is rotated, e.g. getRotation? In the API I don't found such a method.
regards
@Lildarkone: I think schnatter is talking about the rotation of a GreenfootImage, not of an actor.
@schnatter: you can't "get the rotation" of an image because an image doesn't have a rotation. If you rotate an image, the effect is to actually modify the image pixel-by-pixel. If you want to know how much you've rotated an image by, you'll need to track it separately.