mrm Posted September 13, 2014 Share Posted September 13, 2014 Sorry guys, I googled and searched here but couldn't find what I wanted. I am a newbie, and basically wanted to create a checkboard game where players move pieces. The board looks like the bellow: Using the example "Load Polygon 1", I have created the poly points for each square in a json file, but the screen currently displays blank. Ideally, I would like to test if mouse is over a certain square so I could work which box is active etc. Any points how to tackle a problem like this? Link to comment Share on other sites More sharing options...
Arcanorum Posted September 13, 2014 Share Posted September 13, 2014 Would Phaser buttons be a suitable alternative? Link to comment Share on other sites More sharing options...
lewster32 Posted September 15, 2014 Share Posted September 15, 2014 Here's a typical mathematical approach to this problem: http://jsfiddle.net/lewster32/3dayugsv/ Link to comment Share on other sites More sharing options...
Recommended Posts