Cocos2d-X development of Chinese chess "seven" new board function implementation, cocos2d-x "seven"

Source: Internet
Author: User

Cocos2d-X development of Chinese chess "seven" new board function implementation, cocos2d-x "seven"

In the previous section, I introduced the implementation of the starting function. In this blog, I will introduce the implementation of the new functions.

First, let's take a look.


We can see the Implementation ideas of the new Bureau through the observed implementation results.

1. Hide the selection box

2. Hide 32 pawns

3. initialize 32 pawns


Create a member function New () in SceneGame to implement the Code in New ().

// Implement void SceneGame: New (CCObject * obj) {// hide the selection box _ selectSprite-> setVisible (false); for (int I = 0; I <32; I ++) {// hide 32 pawns _ s [I]-> setVisible (false);} // initialize the pawns initStone ();}


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.