You only need the drawSprites(); command in your code once.
What is a declaration?
Which line of code attaches your sprite to its picture?
What is the name of the following spite?
var dino = createSprite(200, 200);
dino.setAnimation("coolDino");
drawSprites();
What does a draw function do?