counter = counter + 1if counter < 20then display green lightelse if counter < 25then display yellow lightelse display red lightif counter > 40 then counter = 0
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
counter = counter + 1if counter < 20then display green lightelse if counter < 25
then display yellow light and display red light
else display red lightif counter > 40 then counter = 0