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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:12:56+00:00 2026-06-10T06:12:56+00:00

Right now I’m working on an as2 project that requires a large number of

  • 0

Right now I’m working on an as2 project that requires a large number of bullets and enemies to be present on the screen at any given time. The problem is that for each bullet to collide properly I must loop through every enemy to see if the distance is within bounds. Looping through every enemy for every bullet every frame is really adding up and my frame rate is taking a hit. Is there some other method of doing this type of check?

  • 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-10T06:12:57+00:00Added an answer on June 10, 2026 at 6:12 am

    The best method I’ve used for this type of collision is a binary tree method.

    You want to start by creating an external shell for the enemies that will contain all enemies, each frame the bullets check to see if they are colliding with the shell using a simple hit test. Then you need to start dividing up the enemies into sub-shells, the main shell will contain two shells and each of those will contain two shells and so on. Then once you check to see if the bullet has hit the primary shell you check to see if it has hit sub-shell-1 if it has you have just eliminated half of the possible enemies. Then you move on to see if it has hit sub-shell-1-1 if it has not then it has hit sub-shell-1-2 no need to check, and once again you have eliminated half of the current possibilities with only one hit-test.

    🙂

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

Sidebar

Related Questions

Right now I'm working on my project and I have a question about initialization
Right now, I have: RewriteRule ^([^/\.]+)?$ index.php?id=$1 [L] to match any username at the
Right now I have a script that will get the last five files in
Right now I have a function, in a class that is used to listen
Right now any new UIViewController added to my storyboard needs to have a class
Right now I have an application that loads a bunch of thumbnail images into
Right now I've programmed a method for use in a swing program that is
Right now, I miss quite some issues for my project hosted on GitHub. I
Right now, I only understand that Global indexes on a partitioned table are for
Right now I've been maintaining a second sandbox project where I test concepts and

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.