What is a sprite?
The character that acts out the code
how many sprites did this lab use?
2
What is a polygon?
A closed shape
What is one piece of personal info?
email, address, age, name, etc
how do you change a sprites name?
in the grey box above the coding area
Who is Alonzo?
The mascot for "Snap"
What is a costume?
What the sprite looks like
How many sides does a hexagon have?
6
what personal info do you use to log in every day?
student ID and birthday
what is the input of this lab?
click the green flag
What code makes the sprite "see through"?
ghost effect
What code makes the sprites talk to the stage and other sprites?
the "broadcast" block
What angle do you need to make a triangle?
120
Do apps still track data when you close them?
Yes
what is the output of this lab?
the sprite follows the mouse or the leader
What instructions makes Alonzo keep moving?
forever loop/ until loop
What is Debugging?
finding and fixing an error
What stage of development is you placing the code in order?
Implementation
how do you prevent your info from being collected?
dont click on suspicious links, use a vpn
What category is the "touching" code found?
the sensing category
What block makes the sprite display text?
The "say" block
How do you make your own block?
Right click and select create a block
How do you add inputs to your created bock?
press the + button next your create blocks name
does snap track your personal info?
no it only has an email to make sure youre not a bot
Is this an Event driven program?
yes you have to click the green flag first