timelinefx:
timelinefx
.
tlCircle
.CircleCollide
Method CircleCollide:
tlCollisionResult
( circle:
tlCircle
)
Check for a collision with a
tlCircle
Use this to check for a collision with a
tlCircle
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
circle
The
tlCircle
to check with