timelinefx:timelinefx.tlCircle.BoundingBoxOverlap
Method BoundingBoxOverlap:Int( rect:tlBox, velocitycheck:Int=false )
Compare this tlCircle with a tlBox to see if they overlap Use this to find out if this tlCircle overlaps the tlBox 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
rect tlBox to check with