To get my objects to sort correctly when using "canvas" I have to
change:

children.sortOn("screenZ", 18);

to

children.sortOn("screenZ", 16);

I know this is simply changing the numeric sort order to the
default... but this works for me.

Reply via email to