IDNStudy.com, kung saan ang iyong mga tanong ay natutugunan ng mabilis na sagot. Makakuha ng mabilis at eksaktong sagot sa iyong mga tanong mula sa aming mga eksperto na laging handang tumulong.

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: