Search found 2 matches

by tormentor32
Wed Sep 05, 2012 5:53 pm
Forum: Support and Development
Topic: Method for getting parent/sibling
Replies: 4
Views: 2566

Re: Method for getting parent/sibling

Thanks a lot! That works perfectly!
by tormentor32
Tue Sep 04, 2012 5:19 pm
Forum: Support and Development
Topic: Method for getting parent/sibling
Replies: 4
Views: 2566

Re: Method for getting parent/sibling

Hey Guys, i have a problem that goes in the same direction: I have an array of balls, and I want a ball to change color, whenever it collides with the wall. My func addBall looks like this: function addBall(x, y) balls[ballcount] = {} balls[ballcount].body = love.physics.newBody(world, x, y, "d...