Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the cocos2d-x code snippets?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail what the cocos2d-x code snippets are, and the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have some understanding of the relevant knowledge after reading this article.

Cocos2d-x code snippet accumulation 1. Left and right vibration CCPoint pointL=menuItem_buy- > getPosition (); CCPoint pointR=menuItem_buy- > getPosition (); pointL.x-=3; pointR.x+=3; CCMoveTo* moveLeft=CCMoveTo::create (0.08, pointL); CCMoveTo* moveRight=CCMoveTo::create (0.08, pointR) CCFiniteTimeAction* action= CCSequence::create (moveLeft,moveRight,moveLeft,moveRight,moveLeft,moveRight,NULL); menuItem_buy- > stopAllActions (); menuItem_buy- > runAction (action); 2. Copy CCRepeat* action = CCRepeat::create (spawn, 50); CCRepeat* action2 = (CCRepeat*) action- > copy ()-> autorelease (); CCRepeat* action3 = (CCRepeat*) action- > copy ()-> autorelease (); 3. Action reversal CCActionInterval * rot1 = CCRotateBy::create (4,360); CCActionInterval * rot2 = rot1- > reverse (); call for 4.schedule: schedule (schedule_selector (SchedulerAutoremove::autoremove), 1.0f); schedule (schedule_selector (SchedulerAutoremove::tick), 0.5f); termination unschedule (schedule_selector (SchedulerAutoremove::autoremove)); 5. UnscheduleAllSelectors (); 6. Take the screen center macro # define corner ccp (CCDirector::sharedDirector ()-> getWinSize (). Width/2,CCDirector::sharedDirector ()-> getWinSize () .height / 2) about which cocos2d-x code snippets are shared here. I hope the above content can be of some help and learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report