Coding Quiz
star
star
star
star
star
Last updated over 7 years ago
5 questions
1
What is a declaration?
What is a declaration?
1
You only need the drawSprites(); command in your code once.
You only need the drawSprites(); command in your code once.
1
Which line of code attaches your sprite to its picture?
Which line of code attaches your sprite to its picture?
1
What is the name of the following spite?
var dino = createSprite(200, 200);dino.setAnimation("coolDino");drawSprites();
What is the name of the following spite?
var dino = createSprite(200, 200);
dino.setAnimation("coolDino");
drawSprites();
1
What does a draw function do?
What does a draw function do?