This is intended as an example of a simple editor to create paths for sprites to move along, in animations or games. Paths are stored as starting position (x & y), step length of all steps & direction of each step. This information might then be exported and used in another project. In this example, I've drawn a sample backdrop to act as a reference for the desired movement of my sample sprite. Click the green flag to view a path I entered as an example. Click the red record button to record your own, by clicking the stage. Then click the green play button, to view your own path in action. In a game, path information might be loaded from a master list into sprite only lists for each clone. See this example: https://scratch.mit.edu/projects/678868735/ To make sprites go outside the screen, a zoom factor might be used, either during editing (zoom out), or when applied to the moving sprite (zoom in, see inside). All art and code by me (@kriblo).