Hello There!
I am making a Metronome App because I find there are too much of ads and pretty less room for customization in others. I need 2 things:-
- A sound effect for a metronome.
AND
- A loop that won't crash (while loops crash when they are set to infinite).
Italo
26
You created another topic for this same problem:
I'm closing this one.
2 Likes
SteveJG
27
ABG
28
Regarding the original post of how to run an infinite loop. the general idea is to use a global list as a work queue, driven by a fast Clock Timer.
Here are some projects that run forever like that ...
http://ai2.appinventor.mit.edu/?galleryId=5214268554739712 (Sierpinski Triangle)
ai2.appinventor.mit.edu/?galleryId=6477875229491200 (sieve of Eratothsenes)
https://docs.google.com/document/d/1JrSnPo-7i2l_am4cHC6TgcpKhQVslZowSW4ooWDc7ww/edit?usp=sharing
system
Closed
29
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.