Hello!
Im doing a game, and I have additional external html. Some overlay, login and stuff.
The problem is that construct2 take over the click event for all this. I cant, for example, set focus in a text input. Or select text inside a textarea.
Click (or touch) events execute in the canvas, even if there
is another object on top (div, form, input, a)
I try cr_setSuspended(true); when the windows open, but its the same.
Also resize the canvas so the object dont overlap.
It looks like construct2 take over of the click event of body click.
Any help is appreciated!