2019/5/24
public void act() { if (Greenfoot.mouseClicked(this)) { getWorld().removeObject(this); } }
X