08.08.14, 15:24
How do I tell the object(s) I've selected to go to the very front/top of the layer it's/they're in?
These should do it:
art.moveAbove(layer.firstChild); art.moveBelow(layer.lastChild);
But maybe, there should be two more methods to directly achieve this.