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:
- ask the User for an Input of # of seconds:
- calculate the end time based on when the Timer is started:
- 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):
- this would be the result of the App on the Player:
would this help you achieve what you’d like?? let us know!!