Page 1 of 1

Colliding Clones

PostPosted: Fri Jan 07, 2011 2:12 am
by SuperNoob
Hey there, I'm trying to figure out how to get a row of clones to react in collision with a single clone. I tried using an actor variable to specify which clone would be the affecting clone, and I even tried assigning the affecting clone's index to a global variable, but all my clones are reacting to each other when I only want the one clone to affect the clones it collides with. Is there another way to do this?

Re: Colliding Clones

PostPosted: Fri Jan 07, 2011 8:08 am
by skydereign
Here is a working example. Not sure why the index wasn't working for you, but maybe looking at it will help.