ISSUE:
I've found a issue, when adding the mouse (input) object to a project and export it, the mouse object will "cover" the whole window, so using anything outside the game window doesn't work.
I have a simple textbox outside the HTML5 window, that I should be able to add, remove and alter the text inside the textbox.
With the mouse input in the Construct 2 project, this doesn't work:
http://www.camf.com/client/WithMouseInput/index.html
But if I use the same project, only I remove the mouse input object, it does work:
http://www.camf.com/client/WithoutMouseInput/index.html
I use these following projects to test:
With mouse input:
http://dl.dropbox.com/u/52716812/Projects/BUG/Project_with_Mouse.capx
Without mouse input:
http://dl.dropbox.com/u/52716812/Projects/BUG/Project_without_Mouse.capx
I have tried this with and without minify script when exporting. Same issue.
Spec:
Main computer:
WinXP 32-bit, SP3
NVIDIA GeForce 8600 GTS
I have tried on 3 different kind of computers with winXP and similar
specs as above.
Second computer:
Win7 32-bit,
NVIDIA Quadro FX 1700
Browser:
Opera 11.61
Firefox 10.0.2
Google Chrome 17.0.963.78
Reproduce issue:
Add Mouse object to project, export and run on a internet site along with a external textbox.