官术网_书友最值得收藏!

Adding sprites to scenes

To display any image onscreen and manipulate it, you will need to add it to the scene using the CCSprite class. Unlike a regular image, a sprite has properties such as move, scale, rotate, and so on, which can be used to manipulate the image.

Getting ready

To add sprites to the scene, we will first import the background image in to our project.

How to do it…

Add the following code to the init function right below where we added backgroundColorNode:

//Basic CCSprite - Background Image

CCSprite* backgroundImage = [CCSpritespriteWithImageNamed:@"Bg.png"];

backgroundImage.position = CGPointMake(winSize.width/2, 
  winSize.height/2);
[selfaddChild:backgroundImage];

Here, we will take the Bg image and add it as a child to the current scene. From the Resources folder of the chapter, we will drag the Bg-ipad.png and Bg-ipadhd.png files into the Resources/Published-iOS folder of the project.

We still have to make a small change in the CCBReader.m file. In the Search inspector, search for the CCFileUtilsSearchMode text, and in place of CCFileUtilsSearchModeDirectory, make the text CCFileUtilsSearchModeSuffix.

This will change the searchmode file from the folder to suffix mode.

How it works…

If you build and run now, you will see an image similar to the following screenshot. This way, we can display sprites on the scene.

主站蜘蛛池模板: 库伦旗| 方城县| 孟津县| 福泉市| 崇阳县| 墨江| 兴仁县| 柳林县| 通河县| 涟源市| 韩城市| 天峻县| 通州区| 双辽市| 昔阳县| 北川| 探索| 略阳县| 思茅市| 周口市| 左云县| 平罗县| 合山市| 泰州市| 呼伦贝尔市| 义乌市| 琼中| 上犹县| 闵行区| 灵台县| 抚顺市| 河池市| 读书| 滨海县| 商水县| 罗田县| 吉木乃县| 固始县| 澎湖县| 霞浦县| 隆安县|