Movement Using SCL

Basic movement

Translations
The only movement that sets a destination, a translation moves the sprite to the given x and y coordinates at the given speed.
Vectors
Moves the sprite in the direction of the angle at which it is pointing. The sprite will move the distance given, or until the alteration is removed.
Slides
Moves the sprite in the given direction regardless of its angle. You can also set the speed and distance.

Translations


editable

Vectors


editable

Slides


editable