#radial array posted by anonymous | bluep...

1 messages · Page 1 of 1 (latest)

teal sun
#

can you share how you tried to setup the timer? That will make it easier to help with why it's not working

woven shuttle
#

So Basically i this setup, but i think i am not at t5he point of the logic itself how this should work

#

by logic i mean: the implementation of the set timer by event and the for loop because the for loop throws the whole array out

#

or more like the index as a whole

#

i came also to the point for the logic that the set timer by event should be after the for loop so the index arrays is stored and then the set timer by event handle the spawning one by one

teal sun
#

when using a timer you don't need the for loop, just use a variable to keep track of your current number of iterations and use that instead of the loop index

woven shuttle
#

i got your idea but tbh i am not really familiar how to set up a vaiable which keeps track of a current integer

teal sun
#

you can just right click on any pin and create a variable

woven shuttle
#

Yes i know, but my question is so you say if i am using a set timer by event i dont need the for loop?

teal sun
#

exactly

woven shuttle
#

ok i am somehow on a wire atm xD

#

can you maybe explain also what then between the custom event and the add static mesh comes in?

#

so you said i need somehow a setup which increase the current index by one every event executed?

#

ok i got it!

#

i will post the result here for the other people!

#

but i have to clean out the names xD

woven shuttle