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
Hello. I have problem. I don't know how to hide my application on the start. I tested:
Start Of Layout -> Window: Hide[/code:3k6m0amh] , but it doesn't work ;/. Any ideas? Thanx!
Develop games in your browser. Powerful, performant & highly capable.
It's a problem with triggering at the start of the layout. Try using the "Compare time" condition in the system object and setting the wait time to 1. This seems to work fine.
Thanx, but I know how to hide window 1 and more miliseconds after... Window appears for a while and user can see this. I want to do application starting with MS Windows system automaticly and it must be 100% hide. Any ideas?