FWIW, using "move to front" or "move to back" in a loop is very inefficient. This is why we made the System 'Sort Z order' action - it's much more efficient for ordering lots of instances.
Hi Ashley
Ive just seen this.
I supose it is to do with z-sorting every run of a loop compared to z-sorting all at the end
So would it be correct to assume that this recommendation is also applicable to something like
For Each "ZObject" > in order of instance variable Z (ascending) > move to XY
ZObject move to bottom of layer
(as this will process in order of individual instance Z variable,
thus the objects will appear in the correct Z order naturally)
so would actually be better to do like
For Each "ZObject" move to XY
then Sort all ZObjects together according to ivarZ
So now they are moved first in any order then Z sorted all at once after the loop
?
cheers