timelinefx:timelinefx.tlCircle.CircleOverlap
Method CircleOverlap:Int( circle:tlCircle )
Compare this tlCircle with another to see if they overlap Use this to find out if this tlCircle overlaps the tlCircle you pass to it. This is a very simple overlap to see if the bounding box overlaps only Set VelocityCheck to true if you want to see if they will overlap next frame based on their velocities.
Parameters
circle tlCircle to check with