Since the physics engine is a bit too cumbersome for what I was trying to do, I thought I would try to make a simple version of a bouncing ball that reflects off of other circular objects. All collision is math, using distance checks instead of overlap conditions. It also has some debug ui that shows the angles generated by each collision. Hopefully it helps people trying to figure out how to do reflections in CF2.5.

reflection.mfa