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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:52:28+00:00 2026-05-31T11:52:28+00:00

I have an event driven flash program. I need to be able to call

  • 0

I have an event driven flash program. I need to be able to call removeChild() if and only if an object is a child. getChildByName() and most other functions don’t seem to allow for this and if you call removeChild() on an object that isn’t a child it will throw an error. I suppose an option may be to catch the thrown error and just ignore it, but that seems like a bad solution.

Any help is appreciated!

  • 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-05-31T11:52:29+00:00Added an answer on May 31, 2026 at 11:52 am

    To avoid errors I normally just wrap removeChild() in if(parent):

    if(sprite.parent)
        sprite.parent.removeChild(sprite);
    

    If the sprite doesn’t have a parent, null will be given in the if() meaning removeChild() won’t be called.

    removeChild() is also run from the parent of the child (which we have already confirmed exists in the if() statement around it). This means the targeted parent is always the owner of the child.


    parent is often forgotten but is an extremely powerful property for simplifying all DisplayList related operations.

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

Sidebar

Related Questions

I've got an event-driven network server program. This program accepts connections from other processes
i am writing an event driven simulation program. i have 3 subclasses that inherit
I have an Event class. Due to the way dates are handled, we need
I have an event-driven application based on MDB, spring integration and JPA for persistence.
Here is my situation: I have an event driven system, where all my handlers
The goal is to have a single-threaded event-driven framework. The end-user will do something
I have a number of different event-driven emails being sent with action mailer (ex.
I have an event driven architecture where A is waiting for a change from
I have event manager process that dispatches events to subscribers (e.g. http_session_created, http_sesssion_destroyed). If
Input rz value In the head I have: Event.observe(window, 'load', function() { $$(input).each(function(field){ Event.observe(field,

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.