Ok, I have other questions for you!

What if I want to loop these loops? I mean, you wrote 2 loops going together that stop when i arrives to his maximum.
If I'd like to make something like = s1 and s2 go till i reaches his maximum, then stop for 2 seconds and then restart again.
Maybe I could use while (true) to make it? I was trying but I couldn't find a good way to make it. Or maybe I have to make another spork that is a loop containing the others 2 loops?