Hello everyone! This is Path-Finder Test -This project has you draw, and the path-finder calculates the exact speed and distance that it was commanded by, with the mouse. -Instructions: -Click Green Flag -Choose "Mode 1" or "Mode 2" on the scroller on the top left -Pick a color on the slider where it says "Pen Color" -With mouse down, draw, and don't let go until you are done drawing -Let go of the mouse -Watch the magic -You can also press X to Activate Debug info, and press X again, to deactivate Debug info. -You can change the pen color, Mode, Clone Length, and even the theme!
Music is [DnB] - Melano - Don't Fight It [Monstercat Release] How it works: -When the green flag is clicked, the list "x/y-position" holds data, and it deletes all of the previous data saved. After the mouse is down, it calculates the x-y position of the Path-Finder. After mouse is not down anymore, the Path-Finder then goes to the x-y position that the list "x/y-position" has. It then transitions onto the next item (Because first is x position, then y position, so therefore, it has to transition by 2s) Once it's done transitioning from item to item, it goes to the origin (0,0) -Also, there's a custom block called "point towards coordinates:"If you see inside, you can see how the Path-Finder points item x, and item y.