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

  • Home
  • SEARCH
  • 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 6471509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:13:55+00:00 2026-05-25T06:13:55+00:00

I mean, do I have to delete DisplayObject objects through AS or through clearing

  • 0

I mean, do I have to delete DisplayObject objects through AS or through clearing keyframe in Flash? Or is that the same?

  • 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-25T06:13:56+00:00Added an answer on May 25, 2026 at 6:13 am

    Whether you “have to” remove them depends on what you want to do. You have to remove them (using removeChild()) from the display list for the garbage collector to collect them (and free their memory). Clearing a key frame in Flash Pro will result in the object being removed from the stage, but I’m not sure whether it is also removed from memory (because it might be kept around for when it appears again, e.g. in a looping MovieClip.)

    The delete keyword is barely used in ActionScript, and especially not in the same way as C++ for instance, where it’s used to deallocate an object’s memory. Instead, delete can only be used to remove a property from a dynamic object, e.g.

    var obj : Object = {};
    obj.name = 'foo'; // Creating the name property on dynamic Object
    delete obj.name;  // Removing the name property
    trace(obj.name);  // "undefined"
    

    Please try to clarify your question. If you give a little context it might be easier to conclude what you’re really asking, and give a more relevant answer.

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

Sidebar

Related Questions

Given that django-nonrel has got JOINs working, does this mean we have M2M fields
I only have experience with log4net however that does not mean that there are
I have a big multidimensional array that holds references to objects and I need
I have to delete some rows from a data table. I've heard that it
I mean we have a class which is already loaded in JVM. and in
Here's an example of what I mean: I have an array: array('type'=>'text', 'class'=>'input', 'name'=>'username',
For software applications like games, does this mean software companies have a lot of
%windir%\Microsoft.NET\assembly\ is the new GAC . Does it mean now we have to manage
I have the following formula float mean = (r+b+g)/3/255.0f; I want to speed it
I mean, if I have an object and I apply 3 transforms to it,

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.