loops

Hey, just wondering.

Is there a posibility to run 2 loops at the same time? There are a lot of programs in which that is possible, but I ran into this problem and I couldn't see how I could fix it.

Does someone know if this is possible?
If it is possible, how can you do that?
And if it is not possible, why isn't it?

Thank you already?

Is there a posibility to run 2 loops at the same time?

No. But there are ways to write one loop so that it does two things right after each other, close enough to qualify as "at the same time".

And if it is not possible, why isn't it?

Because there is only one processor. Why can't you go bowling at the same time you go skydiving? Not everything needs a reason.

PaulS:
Why can't you go bowling at the same time you go skydiving?

Why can't you indeed...

Didn't hit a single pin.

Benji3199:
Is there a posibility to run 2 loops at the same time?

Not exactly. But look at the demo Several Things at a Time

...R