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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:32:52+00:00 2026-06-03T13:32:52+00:00

Say I have an object var my_obj = new Object(); my_obj[‘key’] = value; Is

  • 0

Say I have an object

var my_obj = new Object();
my_obj['key'] = value;

Is there a way to add an event listener to the value, like

my_obj['key'].addEventListener(Blah Blah);

I have a long(ish) list of buttons on the timeline (the layout is so different from section to section that just makes more sense to do on the timeline rather than trying to build the layouts via actionscript).

button1 = plays "frame label 1"
button2 = plays "frame label 2"

and so on….so I was just thinking of storing everything in an array

obj["button1"] = "framelabel1"
arr.push(obj);

Then I could just have one event handler for all of the buttons and use target to get the frame label value…

  • 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-03T13:32:53+00:00Added an answer on June 3, 2026 at 1:32 pm

    Yes, you can do exactly what you’re asking in the exact way you’ve mentioned, here’s an example:

    var value:Sprite = new Sprite();
    
    var my_obj = new Object();
    my_obj['key'] = value;
    

    So calling:

    my_obj['key'].addEventListener(Event.ENTER_FRAME, _onEnterFrameHandler);
    

    is exactly the same as calling:

    value.addEventListener(Event.ENTER_FRAME, _onEnterFrameHandler);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say I have a StringBuilder object var sb = new StringBuilder(); And an arbritrary
Lets say I have a Javascript object: var myObj = { property1 : 20,
Say i have a object in dynamic memory (new) and inside one of its
Say I have a collection of object arrays of equal dimension, like this: var
if I have a JSON object say: var myObj = {'test' : {'key1' :
Say for example I have an object of var user = { Name: Dan,
Let's say for example, I have the following Javascript object: var Object = {
Say I have an object: struct Foo { int bar_; Foo(int bar) bar_(bar) {}
Say I have an object MyObj stuff; To get the address of stuff, I
Lets say I have an object with two boolean properties: public bool AdvancedMode{ get;

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.