@joonthepark wrote:
I tried to position something in releative to the position of Menu.
Menu* someMenu = Menu::create(item0, item1, NULL); someMenu->alignItemsHorizontallyWithPadding(5.0); someMenu->setPosition(Vec2::ZERO); this->addChild(someMenu); float height = someMenu->getContentSize().height;
The height is same as the height of the screen.
What would be the most efficient way to place something in relative to the Menu's y position?
Posts: 2
Participants: 2