Use the WASD keys to play as the cat. Credit to @griffpatch for the Platforming Cat. https://scratch.mit.edu/projects/67727504/ This is a quick test for an idea I had recently! In real video games, variables and save data are stored in a matrix or list of numbers, and I thought this could be done in Scratch to cut down on all those variables our projects get filled up with all the time. Basically all our variables can be stored in a list, without using any orange variable blocks/bubbles at all! Every variable is stored in the "Variables" list, and the "Key" list on the right just lets you know what each number in the list represents. #2 in the variable list is "speed y", #4 is "slope", etc. This doesn't seem to be very laggy at all. I might try making my next game this way. :) Press H to hide the lists and see how it works without the lists showing