give me the scratch code to move a spaceship towards earth sprite.
Answers
Answered by
20
To move the sprite left and right, use change x blocks. Select motion, and drag out a change x block. Click the block to test. Great, the sprite moves to the right
Answered by
2
Answer:
A very simple example:
- when clicked hide repeat 10 create clone of myself wait 1 secs.
- when I start as a clone go to random position show forever move 10 steps if on edge, bounce.
- when this sprite clicked delete this clone.
Similar questions