In the HDK, I am trying to sort a SIM_ObjectArray based on the y-position of the objects. Is this possible? The SIM_ObjectArray should automatically sort based on a Comparator that I give it, but I do not know how the Comparators work. Does anyone have an example using Comparators?