What is that? can any one help me with it?
Type a Sample Code Please
public void act()
{
if (Greenfoot.mouseDragged(this))
{
MouseInfo mouse = Greenfoot.getMouseInfo();
setLocation(mouse.getX(), mouse.getY());
}
}