Okay so far i have
which complies fine but doesn't actually delete the last minim created and I don't really know what i'm doing wrong
if( Greenfoot.getKey().equals("backspace"))
{
removeObject( new Mnim());
}
