setBackgroundImage(spaceship);
textFont(Lollipop,30);
fill(0,255,255);
words("wil jij tropenrooster?",150,425);
fill(5,0,255);
words("ja",200,350);
words("nee",200,275);
if(answer == 1) {
fill(0,255,0);
words("goed zo!!!!",300,100);
image(happyGnom,100,100,150,200);
}
if(answer == 2) {
fill(255,0,0);
words("schoolverslaafde!!!",250,100);
image(evilGnom,100,100,150,200);
}