Hi everyone,
First thanks for this awesome tool that is Construct. I am very much impressed by how easy it is to use
I'm building some simple samples in order to get myself familiar with Construct. It was a flawless experience until I added buttons on the layout. It seems that once a control has focus, behaviors stop getting input user events (keyboard strokes).
Here is a simple way to reproduce this problem:
* create Sprite
* add Grid Movement behavior to Sprite
* create Button
Run game. The sprite moves as expected until the button is clicked. I found some older thread that discuss a similar problem, but no work around is discussed.
http://www.scirra.com/forum/viewtopic.php?f=3&t=4719
http://www.scirra.com/forum/viewtopic.php?f=3&t=2367
It seems to me that the simplest solution would be to be able to get the focus back on the layout so the behavior would get the input user events. But I couldn't find how to do this in Construct.
Thanks to anyone that can help me!