How can i sort the objects by a number? I don't mean this:
+ For each Object Order by y ascending
+ Move to top of the layer
My problem is, i have two complete different types of objects. One of them is a standard sprite object, the other is a object from spriter! I can't make a family to add both object types in one family. Thats my problem.
I missing a event/condition to sort the objects by a number, or loop all object-types like this:
For each All Objects Order by Number/Value
Move to top of the layer
.. have anybody a solution for the problem?