Problem:
Run vuurwerk in normal mode and in debug mode and you will see the following difference:


It seems like the circles do not move in a random direction when in debug mode, a lot of them share the same direction. But this block certainly tells each clone to pick a random direction:

It seems like variables are being shared among clones when logged and this is unwanted behavior.
Problem:
Run
vuurwerkin normal mode and in debug mode and you will see the following difference:It seems like the circles do not move in a random direction when in debug mode, a lot of them share the same direction. But this block certainly tells each clone to pick a random direction:
It seems like variables are being shared among clones when logged and this is unwanted behavior.