Coding Quiz

Last updated over 7 years ago
5 questions
1

What is a declaration?

1

You only need the drawSprites(); command in your code once.

1

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();

1

What does a draw function do?