IsObjectIntersecting()

Syntax:

IsObjectIntersecting( OtherObject )

Return:

true if the specified object intersects OtherObject. Otherwise false.

Parameters:

OtherObject – The name of another object on the current page. This parameter is required. OtherObject can be the name of another object on the current page.

Remarks:

This function tests if one object is intersecting another object on the current page.

image\Script_Button.jpgExamples