Page 1 of 1

Spawned circles are glued together

PostPosted: Fri Dec 08, 2017 10:31 pm
by eeieeio
Hi everyone,
I've searched the forum for an answer, but still need help. If I spawn several circles using onclick{} they seem stuck together even if I move the first one out of the way before spawning the second one they are attached to each other. How can I avoid this and spawn two circles identical yet independent of each other. I'm fairly new, so please go easy on me.

Thanks, Dave

Re: Spawned circles are glued together

PostPosted: Sat Dec 09, 2017 11:59 pm
by Kilinich
Looks like you've set same Body attribute for all circles. Just remove all unnecessary attributes from script.

Re: Spawned circles are glued together

PostPosted: Mon Dec 11, 2017 3:09 pm
by eeieeio
Thank you. Your help solved my problem