Go where no cat has gone before! Use the arrow keys or WASD to bounce or float the Scratch Cat around the various atmospheric layers of Earth (because physics is mainly how the world works)!
After looking at many scripts in gaming projects, I wanted to build such a project to play with the physics! Space station recolored from https://openclipart.org/tags/space%20station Ozone layer and aurora (?) inspired by https://spaceplace.nasa.gov Super Mario World jump sound effect from https://www.youtube.com/watch?v=luxVDj7D_jY The two ground backgrounds, spaceships, airplane, helicopter, speech bubble, and "meow" sound are courtesy of the Scratch Team. Realistic update (11/13/2018): Updated the gravity according to the formula g1/g2=(r2/r1)². • g1 = Planet surface gravity (in m/s²). • g2 = Gravity at certain altitude (in m/s²). • r2 = Planet radius+altitude (in km). • r1 = Planet radius (in km). More information here: https://web.archive.org/web/20210422071822/http://www.mansfieldct.org/Schools/MMS/staff/hand/lawsgravaltitude.htm 2/11/2019: Fixed some bugs caused by Scratch 3.0. Also changed the 6400 km in the gravity formula to 6371.393 km. #physics #testing #atmosphere