Click "Green Flag" to begin program. Click "Red Circle" to stop program. *Both keypad (with mouse click) and keyboard keys can be used. "=" spacebar "C" to reset converter. "B" for binary "O" for octal "H" for hexadecimal
2014/01/13: Fixed bug1. The problem probably had to do with how the previous Scratch 1 offline program and the online version differently performed round operation. Added functionality: Keyboard key "b," "o," and "h" respectively controls "Binary," "Octal," and "Hexadecimal" function. [Bug1: on online version the converted answer doesn't show up on the bottom screen. Trying various fixes - offline version works so if you want to try it out please download it] This is a simple conversion calculator. It converts decimal digits to binary or octal or hexadecimal base. The interface can be accessed through mouse clicks on buttons or keyboard keys. The equal sign is mapped to the "space bar" . In order to clear screen (reset calculations) you can simply click or press "c". *Dec are converted to dec if no other base is selected. *There is no need to reset after each calculation if you are going to use the same user input or are going to merely append more digits to the end. You can simply choose a different base or append more digits to the end and the calcualtor will recalculate the user input again.