Hi everyone,
I work for a client and I had to create a wheel game. The wheel must turn when a button is clicked.
here is the game project : http://nicolasbenigno.com/jeux/roulette/index.html
And the problem is : When you resize the game, the button clickable area is leaving ! (its possible to find it somewhere at the bottom right of the button ! depending on the resize ratio)
I have fullscreen mode set to off and the canvas is resized with css max-width:100%; and height:auto;
Besides, all the images are loaded from a distant server (wheel, button, etc...) and the game zone must be responsive.
Here is a snapshot of my code : http://nicolasbenigno.com/jeux/roulette/screenshot.png (for privacy)
So, is this a Construct 2 issue or is there another way to solve this problem ?