Use the mod operator and the current time sensing blocks to get the clock to tell the current time. Note: Scratch uses a 24 hour clock (so 1 pm is 13 o'clock, 2 pm is 14 o'clock, etc and mid night is 0 o'clock). Level 1: Make the 24 hour clock work Level 2: Make it tell the time in New York (3 hours ahead) Level 3: Add a variable that lets the user tell the time in any time zone Level 4: Finish the Time Master: answer with a time zone name, and it changes to the time zone you want (For example, "Pacific" would get us our local time and "Eastern" would get us New York time)
Learn and practice: - mod - floor - divide - add - current time