U3L17 Project Guide - Interactive Card (2019)
U3L17 Project Guide - Interactive Card (2019)
Overview
You’re going to be developing an interactive digital card to share with someone you care about, but you’ll need to do
some planning before you start to program.
Shapes:
background(color)
rect(x, y, width, height)
ellipse(x, y, width, height)
line(x1, y1, x2, y2)
text(string, x, y, width, height)
textSize(pixels)
Color and Style:
fill(‘color’)
noFill()
stroke(‘color’)
noStroke()
strokeWeight()
Once your teacher has approved your design, go to Code Studio to program your card.
Reflect
What part of your project are you most proud of? ____________________________________________________
Why? _______________________________________________________________________________________
_____________________________________________________________________________________________
If you had more time, what improvement would you make to your card?
_____________________________________________________________________________________________
_____________________________________________________________________________________________