timelinefx:timelinefx.tlBox.BoxCollide
Method BoxCollide:tlCollisionResult( box:tlBox )
Check for a collision with another tlBox Use this to check for a collision with another tlBox that you pass to the method. You can then use the information stored in tlCollisionResult to perform various things based on the result of the collision check.
Parameters
box The tlBox to check with