Flint Particle System Forum - Collision Radius set to 1 pixel when using a custom display object Mon, 12 Dec 2011 22:04:13 +0000 http://flintparticles.org/forum/ Lussumo Vanilla 1.1.10 & Feed Publisher Collision Radius set to 1 pixel when using a custom display object http://flintparticles.org/forum/comments.php?DiscussionID=129&Focus=504#Comment_504 http://flintparticles.org/forum/comments.php?DiscussionID=129&Focus=504#Comment_504 Fri, 14 Nov 2008 22:52:41 +0000 iworkinprogress
// make new particles have the same radius as the width of the display object
particle.collisionRadius = obj.width/2;
//

right above:
particle.image = obj;
return particle; ]]>
Collision Radius set to 1 pixel when using a custom display object http://flintparticles.org/forum/comments.php?DiscussionID=129&Focus=509#Comment_509 http://flintparticles.org/forum/comments.php?DiscussionID=129&Focus=509#Comment_509 Mon, 17 Nov 2008 12:42:58 +0000 Richard
Thanks ]]>