ScratchData LogoScratchData
Back to AllThatTime's profile

10 bit counter

ALAllThatTime•Created June 22, 2022
10 bit counter
0
0
2 views
View on Scratch

Instructions

This counter shows 10 squares, each square is 2x more needed (with the exception of the first one), making this counter: 2^10 or 1024 In this case Green means 0, red means 1 Press/Hold space to count by 1

Description

This was made fairly quickly, in around 30 minutes or so, had a problem that was sort of like this: n = n + 1 if n < 1 { (This is a demonstration) set n to 0 } The problem was that the < sign was pointing the other way, therefore making the counter only work if n was lower than 1, while i was doing it counting upwards, anyways, it was a goofy mistake or so I would say.

Project Details

Project ID708077191
CreatedJune 22, 2022
Last ModifiedJune 23, 2022
SharedJune 22, 2022
Visibilityvisible
CommentsAllowed