setBackgroundImage(space) ;
fill(255,225,225)
textFont(Cookie, 30) ;
words ("Hoeveel planeten heeft ons zonnenstelsel",100,500);
fill(0,0,0);
words ("9",225,340);
words ("8",225,260);
fill(255,0,0)
if(answer == 1) {
textFont(Cookie, 50) ;
words("FOUT",320,440);
}
fill(0,255,0)
if(answer == 2) {
textFont(Cookie, 50) ;
words("GOED",320,440);
}