Hi,
I am writing a demo (scene.org) which has multiple parts but I'm having problems with the loop: It should go something like this :
While not ESC
do function 1 for 30 seconds
do function 2 for 10 seconds
do function 3 for 45 seconds
END WHILE
How can I allow a function to perform for only X seconds ? Thanks in advance.
I am writing a demo (scene.org) which has multiple parts but I'm having problems with the loop: It should go something like this :
While not ESC
do function 1 for 30 seconds
do function 2 for 10 seconds
do function 3 for 45 seconds
END WHILE
How can I allow a function to perform for only X seconds ? Thanks in advance.