MichaelD Posted February 23, 2015 Share Posted February 23, 2015 Hello all, I created a small tutorial and an even smaller script to make creating modal windows on Phaser games an easier job. In a nutshell with phaser_modals you can create modals with images, text, bitmaptext and mix them up as you like, it also supports callbacks, updating of elements, getting, setting, destroying etc. Check out the possibilities in my tutorial: http://nightlycoding.com/index.php/2015/02/phaser-io-modal-creator/ And/Or in the github page: https://github.com/netgfx/phaser_modals Or just go and test it out on a simple codepen: http://codepen.io/netgfx/full/bNLgaX/ Let me know what you think, if you like it feel free to fork and change it or post pull-requests! Enjoy! Link to comment Share on other sites More sharing options...
ptdnet Posted February 23, 2015 Share Posted February 23, 2015 I can still "click through" your pop up and hit the buttons underneath. Link to comment Share on other sites More sharing options...
MichaelD Posted February 23, 2015 Author Share Posted February 23, 2015 Yup I think it is fixed now based on this:http://stackoverflow.com/questions/27650964/phaser-js-how-to-stop-event-propagationfiring-from-textbutton-events-oninputdo Thanks for the input. Link to comment Share on other sites More sharing options...
Recommended Posts