Very easy 24h clock

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • You should update this tutorial to minutes and seconds because you have "if seconds = 60 then add 1 to hours" but after 60 seconds that is a minute not an hour. If you want to do hours you need to add one more condition "if minutes = 60 then add 1 to hours"