Basically I want to create particles, all of which have 1 STRAND CONNECTED TO EVERY OTHER PARTICLE on the screen to give that "spiderweb" effect for some trippy background effects.
https://www.dropbox.com/s/om6il8989vxe6 ... .capx?dl=0
I kind of the get idea up to a certain point. As you can see in my capx, I have no problems with spawning the initial particles and respective strands but I have trouble with the next few ones
I'm thinking something like:
For X particle spawned > particle(loopindex) spawn 1 Joint
repeat particle.count-loopindex times
Now my problem is actually getting these spawned lines to connect with to the right opposing particle.
How do I accomplish this? <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">