IsObjectIntersecting()

var test = text1.IsObjectIntersecting(text2)

For two Text objects named text1 and text2 use the following syntax:

Note:
In the example above, test will either be true or false.

Close