Q: Is it anything like a "goto label X" in a Phrogram. How we can start the program again and again automatically or manually (using keyboard) when certain condition is satisfied. Let us say that we have UFO flying inside the box and when UFO is sticking to the wall we want to stop it and start new UFO fly from the same or different starting point. How we can do it without using "goto label X" constraction?