how do you make your sprite go left? i try move 10 steps but it didn't work
Offline
Use this block
Change x by (-2) //number can varyNegative numbers make it go left. And this block in under motion.
Offline
If you want it to go left while facing right, then have it move -number of steps. If you want it to face left, then either use the little bar on the picture of the sprite near the top of the program, or use the pont in direction -90 block, then move number of steps.
Offline