arrow keys move into box to push it
This is the sixth and final Scratch project I made during my break from Scratch. This is a forces simulation where you can push a box and apply force to it. Credits to Code_of_Nature for the project Vector Motion: Force and Friction. By looking into its code I saw it simulated forces by making the acceleration of objects be the force applied divided by the mass of the object. The force formula is F = ma, so the acceleration formula is a = F/m, and that can be used for simulations. This was also inspired by Forces Simulation by Java_Programmer(hehe, I'm a Java programmer too). I was actually quite proud of this, and plan to use this for a Pygame game.