Multiple timers

Is there a way to have multiple timers running in App Lab. I want a student who wants to have an overall timer, then you can select to take a break and a break timer begins while the other timer is paused.

Hmm, to do this do they need two timers “running”? To simplify the process, you may have a single timer in the code which begins counting down, and when you hit “pause” the remaining time is stored in a variable and the timer is reset to the break timer. then when it goes back to the main countdown you can pull the value from the variable as the start value.