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
Ruimte quiz

8 YEARS AGO BY AMBER

Share See code

This project is coded by Amber (8 years old) with a little help of YOU++.

Want to learn how? Make your own!


// achtergrond setBackgroundImage(spaceship); // vraag stijl textFont(Lollipop, 25); fill(255,255,255); // vraag words("Hoeft ons zonnestelsel 8 of 9 planeten ?",30,400); // antwoorden stijl fill(0,128,128); textFont(Jellybean, 24); // antwoord 1 words("9 planeten",150,340); // antwoord 2 words("8 planeten",150,260); // fout antwoord if (answer == 1) { fill(255,255,255); textFont(Jellybean,20); words(" Jammer, volgende keer beter...",220,100); image(evilGnofu,10,0,180,210); } // goed antwoord if (answer == 2) { fill(255,255,255); textFont(Bubblegum,25); words("Supergoed, dat was juist!",220,100); image(happyGnofu,10,0,180,210); }
++

Oops

You need a bigger screen.