Why doesn't the TextBox object have a Z Order event?
I would like to be able to use the "Z Order->Move to Bottom" event.
TextBox/List/Button and all other Html objects are not rendered inside C2 canvas, they are displayed in the html on top of the canvas.
So you can't draw anything above them.
You could use CSS to hide the box though, spawn it and destroy it when required or move it into position from outside the visible area.
Develop games in your browser. Powerful, performant & highly capable.
— - good to know, thanks.
spongehammer - thanks for the idea.