FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which command use to let the sprite walk?
A
Go
B
Walk
C
Run
D
Move
Explanation: 

Detailed explanation-1: -the command move lets the sprites walk in animation tools and programs.

Detailed explanation-2: -Which command let the sprites walk ? GO!

Detailed explanation-3: -The move () steps block will move the sprite in the direction the sprite is facing. The value in the block determines how far it moves.

Detailed explanation-4: -If you want the sprite to move, then use the following code: When green flag clicked forever if up arrow pressed change y by 10, if right arrow pressed change x by 10, if left arrow pressed change x by-10, and if down arrow pressed change y by-10. [If you want it to go faster or slower, change the numbers in code.]

There is 1 question to complete.