- mirrorHorizontally() - Method in class greenfoot.GreenfootImage
-
Mirrors the image horizontally (the left of the image becomes the right,
and vice versa).
- mirrorVertically() - Method in class greenfoot.GreenfootImage
-
Mirrors the image vertically (the top of the image becomes the bottom,
and vice versa).
- mouseDragEnded(Object) - Static method in class greenfoot.Greenfoot
-
True if a mouse drag has ended.
- mouseDragged(Object) - Static method in class greenfoot.Greenfoot
-
True if the mouse is currently being dragged on the given object.
- MouseInfo - Class in greenfoot
-
This class contains information about the current status of the mouse.
- mousePressed(Object) - Static method in class greenfoot.Greenfoot
-
True if the mouse has been pressed (changed from a non-pressed state to
being pressed) on the given object.
- move(int) - Method in class greenfoot.Actor
-
Move this actor the specified distance in the direction it is currently
facing.