Use the left and right arrow keys to change the Current Number value. Click "Show/Hide" to show and hide the variables. The ball on the right of the numbers is just a little visual cue feature I added in. -What the ball colors mean- •Blue means the Current (Temp) # is equal to the Base # •Green means the Current (Temp) # is less the Base # •Yellow means the Current (Temp) # is less 50% of the Base # •Red means the Current (Temp) # is less 25% of the Base # •Flashing Red means the Current (Temp) # is less 10% of the Base# •Black means the Current (Temp) # is 0 •Purple means the Current (Temp) # greater than the Base # •Pink means the Current (Temp) # greater than 999
If you remember the coding in this project » https://scratch.mit.edu/projects/31423206/ then you'll remember how huge the chunks were. I was able to use a list to shrink the coding down drastically. I'm very happy with my results ---- The list flashes because of the "Visual Cues" sprite (The ball to the right of the numbers). If you remove the "Visual Cues" sprite, the list won't twitch.