Batzi Posted October 2, 2015 Share Posted October 2, 2015 I am testing gameplay mechanics with Phaser and I am trying to have one character communicate a simple message to another when they are facing each other. Is there a way I can mimick this dialogue box using Phaser? So basically, when one sprite collides with another, I want to show this box with a message in it possible give the user input choices. Ex: "What is your name?" User choices would be: "x", "y", "z" and an "Answer" button. Link to comment Share on other sites More sharing options...
bruno_ Posted October 2, 2015 Share Posted October 2, 2015 Check the pause menu example in the misc samples at phaser examples. You can make something similar to that. Link to comment Share on other sites More sharing options...
Batzi Posted October 5, 2015 Author Share Posted October 5, 2015 Check the pause menu example in the misc samples at phaser examples. You can make something similar to that.Thank you! I will try that. EDIT: I checked here http://phaser.io/examples/v2/category/misc but I couldn't find it. Link to comment Share on other sites More sharing options...
bruno_ Posted October 5, 2015 Share Posted October 5, 2015 It's here: http://phaser.io/examples/v2/misc/pause-menu Link to comment Share on other sites More sharing options...
Recommended Posts