Always Performance[:)]

0 favourites
  • 5 posts
From the Asset Store
This Girls Game allows young fashionistas to develop their taste and skills as a fashion designer.
  • Hello everyone,

    I've read about the "performance tips", But I still have several questions:

    1. Now I know that we shouldn't use too much sprites, But what about the instances of one sprite? should we avoid to use it too much?

    2. I didn't understand, what is the difference between a text sprite and a text box...In fact, I'm using lots of text box...

    3. I still can't find where we could set the Framerate? Like, I want to make a game for the Moblie device, how could I set the Framerate to 30fpt, please?

    Thanks in acvance

  • Hi nothing,

    1. you should always destroy unused sprites.

    2. text sprite is a simple text, while text box is a box where you can write own text during runtime

    3. scirra.com/tutorials/67/delta-time-and-framerate-independence/page-1

    regards <img src="smileys/smiley1.gif" border="0" align="middle" />

  • 1. Are you asking if it's OK to use lots of instances of the same sprite? That's pretty much what the manual was talking about. It doesn't matter which object types you use, lots of instances will cause a slowdown, period.

    2. Text box is a form control. It allows the user to type in some text. Text is just some text drawn on the screen - it's not interactive. If you want to display text, use Text. If you want the user to type in text, use Text Box.

    3. We don't support setting the framerate, because it's not something you should do.

  • OK, Now I understand, Thank you for your reponse again<

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 1. Are you asking if it's OK to use lots of instances of the same sprite? That's pretty much what the manual was talking about. It doesn't matter which object types you use, lots of instances will cause a slowdown, period.

    In UDK and the proprietary engine we used at my last job there is a performance boost when using instances as opposed to unique sprites/meshes. Is this not the case here?

    If you have two sprites that are the same object, placed as instances, it would not perform better then two objects that are unique?

    A+B > A+A in terms of resource use?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)