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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:58:38+00:00 2026-05-24T13:58:38+00:00

I have a MovieClip that is composed in a parent (non-display object) class. We

  • 0

I have a MovieClip that is composed in a parent (non-display object) class. We register an event listener against that movieclip – a CLICK handler for example.

With event.target I can get a reference to the MovieClip from within the event handler. But how can I pull a reference to its composing class?

I could simply add a “parentClass” property on the dynamic MovieClip class, but I’m wondering if there’s a more elegant/idiomatic way of doing it that I should consider?

  • 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-24T13:58:38+00:00Added an answer on May 24, 2026 at 1:58 pm

    If the class that creates your MovieClip is not a display object then it cannot really be considered its parent. The parent element will be that which your MovieClip is attached to. All that the creating class contains is a reference to an object, just the same as if you then refer to the MovieClip elsewhere.

    My preferred way would be to create a descendant class of MovieClip that can contain a reference to the creating class, which you would then use instead of MovieClip.

    package {
        import flash.display.MovieClip;
    
        public class MovieClipWithRef extends MovieClip
        {
            private var _parentRef:Object;  //obviously cast this as accurately as possible
    
            public function MovieClipWithRef($ref:Object):void
            {
                _parentRef = $ref;
            }
    
            public function get parentRef():Object
            {
                return _parentRef;
            }
            //no setter makes this property read-only once set by the constructor
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the library, right-click on a movieclip that you have written an ActionScript class
So I have a movieclip in my flash that has an event listener that
I have a class that gets a movieClip and then using addChild adds it
I have a library MovieClip Class that consists solely of a dynamic textfield contained
I have some MovieClip class that has eventListener , added from inside the constructor
I have a movieClip with a button that I created inside of my display
Is there an event for when a movieClip loads that I can have other
I have a setup a PageHolder class (based on MovieCLip) that displays a doted
I have a MovieClip that I want the user to be able to drag
My stage have 3 movieclip that is mc1,mc2 and mc3. each of them are

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.