Hashasm 1 Report post Posted January 19, 2017 HI can someone tell me how can I get ingame menu(like inventory menu ) which can interact with my game map(isomatric) . thank you . Share this post Link to post Share on other sites
Parasyte 12 Report post Posted January 25, 2017 Hello, You can create menus using the scene hierarchy (using the me.Container class to create branches) and the me.GUI_Object class for clickable buttons. If you want a keyboard controlled menu, you'll have to wire up that functionality with keyboard events. Hope that helps. Share this post Link to post Share on other sites
Hashasm 1 Report post Posted January 27, 2017 thanks under HUD i am crating me.GUI_OBJECT class Share this post Link to post Share on other sites