Press the pixels to change their data Saving: get the save code and copy it. feel free to put it in the comments or forums. Loading: enter a save code to load the pixel data Share codes here (forums): https://scratch.mit.edu/discuss/topic/690004 How this project works: Data in the pixels are either 0 (white), 1 (purple), or 2 (blue). When you save it, the project uses a list to collect data. When you load it, the project uses data you inserted to load the data. Using a load list, the project puts data in a list and loads the data. In general: Saving collects data and puts it in a list. When you load it, load handlers (different throughout every project) use codes to load data. Wiki: https://en.scratch-wiki.info/wiki/Saving_Data
attempt at making save codes @MyScratchedAccount for inspiration