Another word for a circle
What is an ellipse?
The name of the person that uses your product
What is a user?
You can change the color of text (True or False)
What is true?
You can draw your own animations and scenes (True or False)
What is true?
These are plotted
What are shapes?
The code that removes the color from a shape and only leaves the stroke
What is noFill?
The info that you receive back from users
What is feedback?
This code is used to make text larger or smaller
What is textsize?
The name for animations that can be anything
What is a sprite?
The size of the plotting grid
What is 400, 400?
A label for a piece of information in coding
What is a variable?
The topic that we made a project on in unit 4
What is ourselves?
You can add quotations ("...") to the text box (True or False)
What is false?
The word used to change the size of a sprite
What is scale?
These are the coordinates for the middle of the grid
What is 200, 200?
The workplace where sprites/ shapes are placed and created
What is the Game Lab?
The code that makes something happen once a certain action occurs
What is onEvent?
The name of the border on text that can be bolded or removed
What is a stroke?
The word that is used to change the color of a sprite
What is tint?
The shape that is a circle with a portion removed
What is an arc?
An extra piece of information passed to a function to customize it for a specific need
What is a parameter?
The technique of putting screens together
What is linking screens?
The code that prevents words from going off-screen and instead move them down and/ or around
What is wrap text?
The name of a scene that contains words
What is a captioned scene?
The code that removes the border from shapes
What is nostroke?