test_intersection_check = (
ti_tab_pressed, 0, 1, #check interval, delay interval, and re-arm interval
[],
[
(try_for_prop_instances, ":a_spi_id", "spr_door_a"),
(try_for_prop_instances, ":b_spi_id", "spr_door_b"),
(try_begin),
(prop_instance_intersects_with_prop_instance, ":a_spi_id", ":b_spi_id"),
(display_message,"@Obj A is detected to intersect with Obj B.",0xFFFFFFFF),
(else_try),
(display_message,"@Obj A is NOT detected to intersect with Obj B.",0xFFFFFFFF),
(try_end),
(try_end),
(try_end),
]
)