setBackgroundImage(spaceship)
image(happyGnofu,100,0,200,200)
textFont(Jellybean,25)
fill(0,200,0)
words("meneer krabs",150,340)
words("wie is spongebob zijn beste vriend",100,450)
words("patrick",150,260)
if(answer == 2){
words("goed!!!!!!!!!!!!!",300,100);
}
if(answer == 1){
words("fout!!!!!!!!!!!!!",100,100);
}