Hello,
I wanted to spawn a sprite and then duplicate it N times by using the “Do N” node. I wanted every duplicated sprite to be moved from the next sprite by the same amount (1st - 0, 0, 0⠀⠀⠀2nd - 0, 32, 0⠀⠀⠀⠀3rd - 0, 64, 0 ⠀4th - 0, 96, 0 etc.). I tried to do this:
It was choosing a random sprite and then spawning it’s actor.
Then I wanted to set the new location of the spawned actor:
And then I wanted to duplicate it by a number I choose (length variable) using the: “Do N” node which i plugged back into the spawn actor…
Can someone tell me what did I wrong and eventually help me fix my problem. Thank you!