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
I?m trying to call a layout in a men?. So in layout named men? I have a botton "New game", and in the sheet event I have:
Touch, on touched "Button_newgame" ---> system go to "Other layout"
Don?t works...
any idea?
Pd: sorry my bad english
Hello.
You should always provide a .capx that shows your problem, because what you are describing should work, so you are doing something wrong somewhere and we can't know what.
Here is a sample capx to show you how it works. I hope it helps.
Develop games in your browser. Powerful, performant & highly capable.
Hello Guizmus, thanks for your help. I just arrive to Construct 2 :)
Here is the link:
capx
With your sample I think I am doing well, but something I am doing is wrong...
<img src="smileys/smiley19.gif" border="0" align="middle">
Hey!
Next teaching then :)
username to push a notification to someone, like the notification you've got from Tarkion
don't share a .caproj, it won't work on its own. You need to save your project in .capx instead to share it easily.
Hey!!
Guizmus Thanks a lot!!! <img src="smileys/smiley1.gif" border="0" align="middle">
Here is the file in apx: link
Hey Tarkion !
The problem is quite simple : don't use "On touch" on a button. Go in the Button triggers, and chose "On Clicked" from the button object, not from the touch object. Buttons are specific in this.
Guizmus thanks very much! solved!! ;)