Page 1 of 1

Water Drawing Game

PostPosted: Thu Sep 18, 2008 6:15 am
by Aravion
I have a small problem with this game I am developing. You use a canvas actor to draw lines that divert a falling stream of water(actually a bunch of falling dot like actors), but if a droplet of water collides with two lines a the same time, it will bounce through. Is this just how physical response works, or is there a simple fix I am missing? I would like to avoid using CollisionFree, because the physics would be a pain to code.

Re: Water Drawing Game

PostPosted: Thu Sep 18, 2008 7:01 am
by Spidy
Add Collision=Repeat this event while colliding change it in to Yes try this!!

Re: Water Drawing Game

PostPosted: Fri Sep 19, 2008 2:03 am
by Aravion
wow, I should've known that....