Welcome to the slope project! This is a remix of the project "Slope" by @ScratchProjects887, which is actually my old account. I wanted to remake it because when I revisited my old account, I thought it needed some improvements. ------------------------------------------------------------------------- -+-+-+-+ This project calculates the slope of the two points X and Y on the grid. The formula is: y2 - y1 --------- x2 - x1 Where x1 and y1 are the coordinates of X, and x2 and y2 are the coordinates of Y. You can find the slope of the points X and Y by dragging them around. Experiment with different positions. WARNING!!! DO NOT USE THIS PROJECT IN FULL-SCREEN MODE. IT WILL CAUSE ERRORS FOR THE X AND Y COORDINATES AS SOON AS YOU MOVE X AND Y, AND I DON'T KNOW HOW TO FIX THIS. IF YOU HAVE AN IDEA, THEN LET ME KNOW IN THE COMMENTS. Enjoy!
Credits to @ScratchProjects887.