Well, let's say you have multiple instance of the same object with a Draw() Method of their own. But whenever you draw all of the them the last one being drawn is on top of all the others.
All Objects are Draggable yet whenever you select one you want it to have the priority over all the others.. and thus being on "top"
How can I order the way my object are being drawn and so when one is selected it's the one with the priority so it should stay ontop.... list of orders.. order numbers...
Hmmm, any though on this, a simple example is very very welcomed.
Thanks guys!
All Objects are Draggable yet whenever you select one you want it to have the priority over all the others.. and thus being on "top"
How can I order the way my object are being drawn and so when one is selected it's the one with the priority so it should stay ontop.... list of orders.. order numbers...
Hmmm, any though on this, a simple example is very very welcomed.
Thanks guys!