Hello everyone!
I have a small problem with iterating over array.
I would like to iterate through items gathered in my array
in a way of “one at a time” in each muse click event
but whenever I’m using a simple loop it just takes all my elements to process.
Is there a way to make a single iteration in each click and still increment the index value in loop?
:thumb: