Move the Mouse around to stretch the yoyo String and move the yoyo. There is still a lot to do before the project is finished Notes to Self - - Make a max length for the string. It keeps going off the screen. A mechanic to reel the string in or out might be cool. - Make it so that acceleration follows the direction of the mouse. - Maybe set a default position for the Yoyo to return to. Elasticity requires a position to return to after stretching, so this is important. This could also help fix the friction script I made which feels off, because it returns the yoyo to a different position every time. - Make a min and max for both vertical and horizontal acceleration. - Turn off Gravity as you develop, as Gravity is as simple as flipping a switch, but could get in the way of debugging. - Movement Speed and The "stretchyness" of the string are both affected by the same variable. They should be different variables entirely.