Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
Hi all,
I've noticed that form elements (textbox, button, etc...) are still visible even if there's a layer on top.
I wonder if there is no way to hide them but hiding the form layer...
Here is a test example
https://drive.google.com/file/d/1fc01AirBFKRxFrZZIHKw814JvQllcgKR/view?usp=sharing
Thanks in advance you for your help
Manual:
Form controls are actual HTML elements floating above the game canvas in the HTML page. Therefore, nothing can be displayed on top of a form control, apart from other form controls.
Develop games in your browser. Powerful, performant & highly capable.
It makes sense now, thank you!