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 8884633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:06:28+00:00 2026-06-14T21:06:28+00:00

I am creating a bejeweled style game using flash builder for the web and

  • 0

I am creating a bejeweled style game using flash builder for the web and I am wondering if it would be best (higher framerates, less render intensive, fast on all types of computers) to use the native rendering of actionscript 3 (display lists) or the gpu rendering of the Starling 2D Framework? My reasoning for wanting to use the native flash rendering is because from my research I understand that flash will utilize redraw regions and only redraw portions of the stage that need to be updated whereas starling will re-render the entire stage every frame. In a bejeweled style game there are many static objects and fewer dynamic objects so generally the entire stage does not need to be redrawn every frame, only small portions of the stage. Would it be better for performance to stick with the native rendering calls of actionscript 3 or would it be wiser to use the starling framework to utilize the gpu to accelerate the rendering? Any perspective would be much appreciated. Thanks.

  • 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-14T21:06:30+00:00Added an answer on June 14, 2026 at 9:06 pm

    Starling will be faster if you are using images, particularly on mobile.

    The static regions can either be rendered as a single Sprite, or you can flatten it at runtime to improve the performance.

    If you are drawing, in Starling you’ll need to draw to a bitmap and then use that as a Sprite. You’ll get better performance if everything is in the same sprite sheet, however.

    While it’s true that Starling draws every frame, it’s a different sort of operation. Here’s what actually happens:

    1) The textures (images) being used by the app are uploaded to the GPU. This is done once.

    2) Each frame, Starling tells the GPU “render this texture at this position with this scale and rotation”. This is called a “draw call” but it’s extremely fast. The slick thing with Starling is that it can batch these draw calls under certain circumstances to get serious speed improvements.

    So yes, everything is “redrawn” each frame, but the GPU’s hardware acceleration is used.

    On mobile, Starling (or similar) is really the only way to do something at 60fps.

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

Sidebar

Related Questions

Creating a simple RPG game, first time using XNA. Trying to get my character
I creating a web application using JSF,Hibernate,Spring. I have added a filter for checking
creating a small web application to be deployed on Heroku, where we would like
Creating the closure is easy but using it is confusing for me. Here is
Creating a browser based single-page browser based RIA. Would like to make use of
Creating a web interface so our helpdesk can create users and setup some of
Creating a site in with FrogCMS and using alot of jquery to create an
Creating macros in Excel is not my strong point so I'm wondering if someone
Creating a mobiscroll instance using the following, when I scroll the year wheel it
Creating MVC3 Razor Helper like Helper.BeginForm() says that it can be done using extension

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.