Hashasm Posted January 19, 2017 Share 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 . Quote Link to comment Share on other sites More sharing options...
Parasyte Posted January 25, 2017 Share 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. Quote Link to comment Share on other sites More sharing options...
Hashasm Posted January 27, 2017 Author Share Posted January 27, 2017 thanks under HUD i am crating me.GUI_OBJECT class Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.