TOOLBOXES
CMS
SMS
Debug
100

What is the first toolbox accessed to move a sprite in SMS?

What is the "Sprite" toolbox?

100

Following your "if" statement is this statement.

What is then?

100

The purpose of the SMS code.

What is to move sprites?

100

Why won't the turtle go down?

It is missing a ".y notation."

200

Toolbox for "Draw Sprites."

What is the "World" Toolbox?

200

If you want your Sprite to continuously loop around, use these three toolboxes.

What is Control, Math, & Sprites?

200

T/F: The math symbols for SMS are < and >.

What is false?

200

Why the rabbit is not appearing.

What is use "setAnimation" instead of "createSprite?"

300

Besides Math, what toolbox is needed to move a circle/drawing?

What is variable?

300

T/F: The blue control (if/then) bracket generally falls within the green function/draw bracket.

What is true?

300

Given the code "sprite.y + sprite.y + 6," the sprite will go this direction.

What is down?

300

Why I am getting multiple turtles.

What is create/setAnimation/scale codes should be above the function loop?

400

The first two toolboxes that create a "keyDown" code.

What is Control and World?

400

To make the "visible" code invisible, we use this binary option.

What is "false"?

400

What this symbol does.

What is create a mirror image of a sprite?

400

Why this code is disorienting.

What is the wrong direction? Subtraction should be left.

500

Toolbox for exterior green bracket, Function (draw).

What is the World Toolbox

500

After you have completed your CMS "if" code, follow it with this "then" toolbox.

What is Sprites.

500

What happens when I press the "left" and "up" keys at the same time.

What is "go diagonal" [to upper left corner].

500

Why this sound won't stop playing.

What is change playSound drop-down to "false?"