1. start the program 2. type a text 3. share / remix / use. credit not required
this project is a modified .sb2 file <key [key] pressed?> was changed so it accepted a variable if you want to do the same: 1. make a new scratch project, 1.1. create a variable for example key 1.2. drag a <key "space" pressed?> into the script 2. download the [filename].sb2 to your computer and find it. 2.1 rename your [filename].sb2 to [filename].zip 2.2 extract the zip file to a folder 3. go inside the folder and open the file named project.json 3.1 find the line that says something like this: [69, 179, [["keyPressed:", ["readVariable", "space"]]]]], 3.2 edit the "space", replace it by your variable in qoutes. in the case your variabel is called key [69, 179, [["keyPressed:", ["readVariable", "key"]]]]], 3.3 save and close 4. select all the files and make a zip file from it 5. rename the zip file to [projectname].sb2 6. open the scratch file and then the <key "space" pressed?> should look like <key [key] pressed?>