Just a clock I built in like 30 min :) ---------------The Way It Works--------------------- Using the blocks in scratch that tell time, current [unit of time], I can get every unit of time. That is the easy part. Knowing that a clock has 360 degrees, and that a second has 60 possible equal spots on the clock. So, each spot on the clock that a second hand can be on is 6 degrees apart, since 360/60=6. This means that every second, the second hand should move 6 degrees clockwise. Using pen, we start at the center of the clock and move outwards, and use the current amount of seconds times 6 to determine the degrees. This is the same for the minute hand, but the hour hand is a little different. I had to add the amount of minutes to the degree of the hour hand, because when it's 6:30, the hour is pointing in between the 6 and the 7, not just at the 6, even though the hour alone is the 6th hour. So I figured out the degrees between two hours, which was 30 degrees, and then put 60 equal slots in there. So, every minute, the hour hand switches half a degree because that's 30 degrees/60 degrees.
100% code and graphics by me, @harry1o7 Check out my other stuff too I don't know why I made this... ...bye