Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
Develop games in your browser. Powerful, performant & highly capable.
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.
— - good to know, thanks.
spongehammer - thanks for the idea.