Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8465271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:59:37+00:00 2026-06-10T14:59:37+00:00

Suppose I need several CCSprite s using the same image. I can think of

  • 0

Suppose I need several CCSprites using the same image. I can think of the 2 following solutions:

  1. The image is in a separate file “bg.png”

    CCSprite *image1 = [CCSprite spriteWithFile:@"bg.png"];
    CCSprite *image2 = [CCSprite spriteWithFile:@"bg.png"];        
    
  2. The image is in a spritesheet “bg_sheet.png”

    [[CCSpriteFrameCache sharedSpriteFrameCache] addSpriteFramesWithFile:@"bg_sheet.png"];
    

    Then

    CCSprite *image1 = [CCSprite spriteWithSpriteFrameName:@"bg.png"];
    CCSprite *image2 = [CCSprite spriteWithSpriteFrameName:@"bg.png"];
    

My questions are:

  • I guess that in case 1 the image is loaded twice in memory, whereas in case 2 it’s loaded only once. Am I right ?
  • Then does it mean that it’s ALWAYS better to use spritesheets?
  • Did I miss any other better way to achieve it?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T14:59:38+00:00Added an answer on June 10, 2026 at 2:59 pm
    1. You are not right. In both cases image will be placed into the memory only once. You can check spriteWithFile: code. It tries to find sprite frame in the sprite frame cache and load it only if there is no needed frame was found.

    2. Using spritesheets help to save memory. For example, for image with size 129×129 will be created texture with size 256×256. But you can add many of such images in one spritesheet and only one big texture will be created( i mean, it there will be spritesheet 1024×1024 or 2048×2048 there will be only one texture with the same size).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have the need to do the following (This is just some imaginative
I have next task: I need to load the same file into my web
I have several dates in mysql tables, using those dates I need to find
I have several modules (mainly C) that need to be redesigned (using C++). Currently,
Let's suppose I need to perform some average-length (several days) refactoring. I create mybranch
I have the following main.xaml and usercontrol. I need to place several times the
Suppose I need to break out of three or four nested for loops at
Suppose we need to check three boolean conditions to perform a select query. Let
Suppose I need to construct a tuple of length three: (x , y, z)
Suppose that I check-in a change in the wrong TFS branch. I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.