UPDATE: This project somehow won a judges award at the Irish Scratch Competition 2022. lets gooooooo. Calculator in scratch made the hard way. I actually made this for another project so I could easily put it in my backpack. I made this for a virtual OS in scratch I'm working on. I needed a calculator that wasn't in multiple sprites so I could easily hide it when the program wasn't open. I couldn't find one like this because all the other calculators in one sprite were text based. So I made my own in a separate project. This project is now on coolestprojects.org Here's the answers to the questions on coolestprojects.org 1. I made this project as a challenge I set myself to make a project with working buttons in one sprite it's technically two however the second one is just to display the answers properly. 2. Yes, it took me a while to figure out how to actually get the buttons to work with only one sprite. How I actually got it to work is I gave each button an ID code and every time a button is pressed, it checks the ID and acts accordingly. Another thing I found difficult is the logic which I solved by just using a lot and I mean a lot of if statements. 3. Bug fixes, better user interface and a scientific calculator option.