A fun project where I attempt to recreate every block in Scratch without using that block.
MOTION ------------ Move X steps: This seems easy but it was actually hard considering steps are the only movement relative to direction so I literally had to use TRIGONOMETRY to find where it would end up. You can call me a nerd. Turning: Pretty easy. I just used the opposite turn of each and multiplied negatively. Go to random position/mouse pointer: Also easy. Probably can find out yourself Go to coordinates: Seriously? Glide: Coming in 2-5 buisness days. This will probably be one of the most complicated blocks in this entire project. I know it will involve multiple fields of high school mathematics. If you have a simpler way to make it comment.