if ( is_other_connection_area( get_position_x()+16, get_position_y()-5) &&
is_other_connection_area( get_position_x()+16, get_position_y()+get_image()->get_height() +5) )
return true;
if ( is_other_connection_area( get_position_x()+16, get_position_y()-5) &&
is_other_connection_area( get_position_x()+16, get_position_y()+get_image()->get_height() +5) )
return true;