i am new in this language i do not know how to make a popup in the screen
please reply as soon as possible
I’m not sure that we have a UI control built in for a pop-up menu.
Edit: If you mean a popup control, that shows you other choices, I don’t think we have anything built in.
If you mean a popup window, like a modal dialog, you can use MessageBox.
If you want a non-modal dialog you can always build your own using Layer.
Here is some docs on our UI controls: http://cocos2d-x.org/docs/programmers-guide/6/index.html