Hello,
I've been trying to create a number of objects in sequence and arrange their angles evenly within 360 degrees, but I'm having troubles when I use the wait loopindex*seconds.
Here's the c3p dropbox.com/s/mdm4vubpruu8ijf/sample.c3p
When you activate the action "Wait Loopindex*0.02 seconds", all lines end up in the same angle.
Thanks in advance!
That's because after the "wait" action loopindex gets reset to 0.
You need to do something like this:
Develop games in your browser. Powerful, performant & highly capable.
Oooh thanks so much, that makes sense now.