//Antwoord
//gedrag van de cactus: public void act() { if(isTouching(Wombat.class)) { Greenfoot.stop(); } }