I'm new to fast loops so I'm trying to understand things.
I've got a very simple example that shows my question, press the up or down arrow.
It's supposed to destroy any existing numbers and then use a fast loop to create some numbers next to the object.
Upon pressing up:
+Destroy objects
+Set object position
+Run fastloop
The numbers previously don't get destroyed.
But if I duplicate the action like this it works?
Upon pressing up:
+Destroy objects
Upon pressing up:
+Set object position
+Run fastloop
Just wondering what I'm missing? Is this a quirk or something I'm doing wrong? Thanks.
Please login to see this attachment.