What are the different ways to move a sprite horizontally acroos the stage?
Answers
Answered by
112
Steps to move a sprite horizontally across the stage:
- Create two key-press events.
- Add two "change x by" blocks to make the sprite move both left and right.
- Add two "repeat until" blocks to make the sprite move more smoothly.
- For each "repeat until" block, create a condition that makes the sprite move until the key is not pressed.
Similar questions