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
Quiz

6 YEARS AGO BY LISA@1101

Share See code

This project is coded by Lisa@1101 (7 years old) 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("Is er water op mars?",30,400); // antwoorden stijl fill(0,128,128); textFont(Bubblegum, 24); // antwoord 1 words("ja tuurlijk",150,340); // antwoord 2 words("nee echt niet",150,260); // fout antwoord if (answer == 1) { fill(255,255,255); textFont(Bubblegum,32); words("super goed!",220,100); image(happyGnom,10,0,180,210); } // goed antwoord if (answer == 2) { fill(255,255,255); textFont(Bubblegum,32); words("nee jo",220,100); image(happyGnofu,10,0,180,210); }
++

Oops

You need a bigger screen.