I'm trying to do a countdown app with multiple countdowns. I want it so that the user will enter 5 timers in seconds, for example
20 (seconds)
33
47
93
204
The problem, however, is that with the countdown system that I have, every time the clock ticks and the countdown has reached zero, it sets it to zero to prevent it from going into the negatives, but this means that the 2nd timer never begins... Any ideas?
That works brilliantly! Thank you! I'm just struggling now with how to incorporate that with TinyDB to get the users inputs from the other screen. This is what I've tried but it seems to cause the error seen in the screenshot below and there is no countdown number there at all.
Thanks for your help, man. I'm trying to create a Jumpscare Alert app where you enter the timestamp of the jumpscares, and then it will count down to the jumpscare to warn you. Here is the .aia file. I'm having a couple of issues with errors popping up that I don't understand. Any help is greatly appreciated. Anti_Jumpscare 3009.aia (243.8 KB)
Yes! Sorry, should have explained. So the whole hours minutes seconds section with the calculate button is just to convert the timestamp into seconds (thought it would be easier than trying to read hours minutes as well) but I was planning to move this calculation behind the scenes at some point. Let me know if you have any other questions at all!
OK I believe I have it working, there were many issues, the final one being the length of the sound file ( I have shortened it to 0.4 of a second instead of 6 seconds). I have not been able to get the first digit of a countdown to show the correct colour....but this might be OK if most of your jump points are longer than 10 seconds....
You will see some changes because I have moved the entire app onto one screen, using virtual screens in the form or vertical arrangements. No need for a tinydb any more! I have laid out the blocks vertically, by "screen" so you can figure out where you are and what is going on.