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
Develop games in your browser. Powerful, performant & highly capable.
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.
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!! ;)