Which command let the sprites walk ?
Answers
The options to the question are
a) Walk
b) Go
c) Move
d) Run
The answer is c) Move.
Few Lines
- In computer technology, sprites are similar to the characters in a project.
- Sprites are used in computer games and are capable of acting to the command given.
- By selecting the option move and the target spot, the command move makes the sprite to walk up to the desired spot selected by the player.
Hope this helps.
"Move command let the sprites walk. For instance just try with the cat:
when [right arrow v] key pressed
repeat (10)
move (3) steps
next costume
end
Example:
when gf clicked
forever
if <key pressed [left v]>
change x by (-5)
next costume
end
if <key pressed [right v]>
change x by (5)
next costume
end
end
Above commands lets the move navigation.
Sprites, is the user-created, or uploaded in the sprites library as well as the objects that performed with actions in the project.
The Stage also programmed based on the project. most projects have at least one sprite "