Riley D.
said: The whole z-order thing can be surprisingly complicated. If you change it on one object you have to update the order for all objects (obviously). It would be fairly easy to add a toFront()/toBack() command, but it will be harder to add something to let you set a specific z-order yourself (e.g. to set the z-order of a bunch of objects all at once). I'll look into it though. Front to back would be useful I think. I'm thinking what I want it for would be to hide or show a token. Lets say for example you had a graphic that was 4x8 units (the dice tray). And you had a bunch of dice graphics. You could hide them all under the tray and then just show the ones that are rolled. :) Another way to hide tokens is simply to make their left,top = 0,0 I found. But I still need a way to bring tokens to the front or back. Its not a must, but could be useful for scripts.