This project doesn't do anything on its own, it's meant to be a resource for other Scratchers to use. So don't bug me askinga billion questions about why it doesn't do anything. Also, the tutorials are not yet done. AND DO NOT ask me "Why can't I mod so-and-so's game?" if you haven't read THE ENTIRE project notes. This project provides a way for Scratchers to make their games "moddable." This allows other scratchers to create importable mods that change the functionality of the game. Why not just remix? First of all, this makes everything easier so that you don't have to fully understand all those long equations to be able to change the game. Modders don't change the game directly, they use one sprite to manipulate another. This means that you can import multiple mods, while if you want to combine the features of 2 remixes you have to do all kinds of meshing of scripts. How to use: First of all, the project creator has to have made their project moddable. Instructions on how programmers can do this: (coming soon) And then anyone else can come in and use this nifty tutorial to modify the moddable project: (also coming soon) The gobo sprite has all the scripts to make a game modable, and the scratch cat is the _modbase sprite that you put yur modding scripts into. Please give feedback and once I get the tutorials out try this on one of your games and tell me how it worked!