YOU++ Logo

YOU++ - cool code for cool kids

  • EXPLORE
  • |
  • ABOUT US

How can we help?

Contact

CodeRobo GIF
Yay! Thank you for your message! We'll get back to you as soon as possible.
Oops!

We'd love to know what you think about us, so we can be even more awesome in the future. Please take a few minutes, and tell us!

CodeRobo GIF
Flash Message!

Make an Awesome Alien Quiz

20 tasks

Create an interactive Alien Quiz with our crazy friends from other galaxies.

Start Course Try Yourself
BadgeMake an Awesome Alien Quiz
BadgeMake an Awesome Alien Quiz
Wonen

4 MONTHS AGO BY JUF ELIANE

Share See code

This project is coded by Juf Eliane with a little help of YOU++.

Want to learn how? Make your own!


// achtergrond setBackgroundImage(space); // vraag stijl textFont(Jellybean, 22); fill(255,255,255); // vraag words("In welke kamer is er een bed?",30,400); // antwoorden stijl fill(0,128,128); textFont(Bubblegum, 24); // antwoord 1 words("de woonkamer",150,340); // antwoord 2 words("de slaapkamer",150,260); // fout antwoord if (answer == 1) { fill(255,255,255); textFont(Bubblegum,32); words("Fout!",220,100); image(evilGnom,10,0,180,210); } // goed antwoord if (answer == 2) { fill(255,255,255); textFont(Bubblegum,32); words("Supergoed!",220,100); image(happyGnom,10,0,180,210); }
++

Oops

You need a bigger screen.