Motion ++ adds powerful new movement blocks that let you control other sprites, not just the one running the script. This makes it perfect for advanced projects, AI systems, multi‑character games, and custom engines.
✨ Features Move any sprite from any script
Turn sprites clockwise or counter‑clockwise from any script
Set or change X/Y positions of a sprite from any script in any sprite
Point sprites in any direction
Choose whether clones are affected or not
Clean, simple, Scratch‑style block design
Included Blocks Motion ++ currently includes:
move [sprite] [steps] steps [mode]
go to x [X] y [Y] for [sprite] [mode]
change x by [amount] for [sprite] [mode]
change y by [amount] for [sprite] [mode]
set x to [X] for [sprite] [mode]
set y to [Y] for [sprite] [mode]
point in direction [angle] for [sprite] [mode]
set rotation style [style] for [sprite] [mode]
previously included the following blocks that were removed (they didn't work) :
point [sprite] towards [sprite] if [sprite] on edge, bounce