Green Flag. Move your Mouse! Space to change the collision costume.
C2A (Credit to All), but you should know this already. Was inspired by @BacKKat's project point to surface: https://scratch.mit.edu/projects/1288488971/ and thought if it was possible to do that with sprites instead and made this. It took like 3 days to come up with a solution for this. This basically takes it's current position, and looks around all surrounding areas and finds the closes one to go to and goes to it. The more checks it makes the slower it goes, but for now this seems robust enough. For you (semi)nerds: If you took 7-9th grade math you would know about the "distance formula", d = sqrt( (X2 - X1)^2 + (Y2 - Y1)^2) which is basically what this is using. Are you finally proud of me @toastedbag?