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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:37:00+00:00 2026-06-09T22:37:00+00:00

The issue I’m having is that when my player collision with an enemy with

  • 0

The issue I’m having is that when my player collision with an enemy with his shield, it should destroy the enemy only. Instead it deletes every enemies in my array. The function called to remove the enemy is used elsewhere and it works correctly.

This is the collision check function:

function collisionCheck(){
enemyLoop :for(var i:int = level.enemies.length-1; i>=0; i--){
if(!shield){
        removeEnemy(i, true);
        removePlayer();
        return;
    }
    else{
        removeEnemy(i, false); //This is what is called when I get this issue
        return;
    }
}

The remove enemy function:

public function removeEnemy(enemyNum:int, playerDown:Boolean){
if(!playerDown){
    killsMade++;
    if(level.levelObjects.contains(level.enemies[enemyNum].healthBar)){
        level.levelObjects.removeChild(level.enemies[enemyNum].healthBar);
    }
    level.enemies[enemyNum].enemyHit(true);
    level.enemies[enemyNum].gotoAndPlay("Explosion");
    explodedEnemyNum = enemyNum;
    playExplosionSound();
    explosionDone();
}

This is the function that remove the enemy sprite

public function explosionDone(e:TimerEvent){
    stopExplosionSound();
    if(level.enemies[explodedEnemyNum] != null){
    level.levelObjects.removeChild(level.enemies[explodedEnemyNum]);
        level.enemies.splice(explodedEnemyNum, 1);
    }
}

Thanks for the help, let me know if you need anything else.

  • 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-09T22:37:02+00:00Added an answer on June 9, 2026 at 10:37 pm

    This issue has been corrected. The problem was with my collision check and the explosion done functions. Since the enemies were removed only after the explosion animation, it would still go in the loop for the collision. I corrected that by removing the enemies right away in the removeEnemy function.

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

Sidebar

Related Questions

ISSUE: code that worked to close and destroy a cfwindow after form submit -
The issue: sometimes, but not every time, Git deletes the static directory of a
The issue I am having with this naming convention ~iPad.xib is that everything loads
Issue is only with Safari: I have three tabs that each show a div
Issue for text elements that are adjacent to icon elements, the glyph height is
Issue is SOLVED: Problem is that it is a pre-compiled web page project and
Issue comes up when i try to unload plugin that is loaded and load
Issue is that I have wrote a method to duplicate selected row in a
Issue I want to implement TransparencyChecker Interface which would verify that from any exchange
Issue I'm having is returning some data in a sidebar depending on which category

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.