Actors sticking to each other
Hello,
I have made a game that has fifty tiles, each one representing one of the fifty American states. I’m using TSB’s method that allows constrain-to-mouse with collisions; each tile has those rules. (Thank you, TSB - that was very helpful!)
My problem is that my tiles don’t act independently. Because they have the same rules, they are attracted to each other. Clicking one actor triggers the nearby actors pile onboard.
At first I thought the problem was that I was duplicating actors. But the problem exists even when I put in “built from scratch” actors.
Any thoughts as to how I can make these actors stop sticking to one another?
Thanks!
Eli
I have made a game that has fifty tiles, each one representing one of the fifty American states. I’m using TSB’s method that allows constrain-to-mouse with collisions; each tile has those rules. (Thank you, TSB - that was very helpful!)
My problem is that my tiles don’t act independently. Because they have the same rules, they are attracted to each other. Clicking one actor triggers the nearby actors pile onboard.
At first I thought the problem was that I was duplicating actors. But the problem exists even when I put in “built from scratch” actors.
Any thoughts as to how I can make these actors stop sticking to one another?
Thanks!
Eli
Comments