IDNStudy.com, ang iyong gabay para sa malinaw at eksaktong mga sagot. Magtanong at makatanggap ng eksaktong sagot mula sa aming mga bihasang miyembro ng komunidad.

Translate each block into a statement
MOVE 10 STEPS
TURN 15 DEGREES
SAY HELLO FOR 2 SECS​


Sagot :

Answer:

The move () steps block is a stack block and a motion block. Unlike the Change X by () or the Change Y by (), this block moves its sprite forward the specified amount of "steps" in the direction it is facing. A step is equal to a one-pixel length. The Default Value is 10 and can be replaced by any number. The block actually uses Trigonometry to move in the proper direction, as this is how a computer handles it.

Explanation: