Javascript Coding Crossword
Across
- 2. this allows you to write a message
- 6. this allows you to control where your drawing is moving by using your mouse up and down
- 9. what are these: R, G, B?
- 11. this controls/changes the thickness of your lines
- 12. the color of text unless you change it
- 13. this code draws a line
- 16. this code can set the color of your background
- 17. the fourth parameter in an ellipse function
- 19. this creates a circle
Down
- 1. this changes the size of your text
- 3. this allows you to control where your drawing is moving by using your mouse side-to-side
- 4. turns off the fill for shapes
- 5. this creates a variable
- 7. a word that has its own code/function in it. All you have to do is type this kind of word, and it works!
- 8. this creates a rectangle
- 10. this controls the outline colors of your shapes
- 12. the third parameter in an ellipse function
- 14. a code that allows for you to make a conditional statement
- 15. the shape that needs x1 y1, x2 y2, x3 y3
- 18. this changes the color in your shapes