Different timers

hello @katha, great question!!

there are various solutions to implement what you’re describing, below I’ve described one of the ways this can be achieved:

  1. ask the User for an Input of # of seconds:
  2. calculate the end time based on when the Timer is started:
  3. on a timer, check if the timer has come to its end. if so, you can add any Actions you’d like (simply displaying a message in this example):
  4. this would be the result of the App on the Player:

would this help you achieve what you’d like?? let us know!!