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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:58:01+00:00 2026-05-11T03:58:01+00:00

I have a nested movie clip instance that I want to access. The path

  • 0

I have a nested movie clip instance that I want to access. The path to the movie clip is defined by two variables ( similar to a row and column).

I am already dynamically accessing the parent movie clip like this:

eval(‘row’ + ActiveRow)

Now I want to access one of row(#)’s children called let(#) dynamically.

Here are my best guesses at accomplishing the task (neither one works):

var i:number;

eval(‘row’ + ActiveRow + ‘.let’ + i) or eval(‘row’ + ActiveRow).eval(‘let’ + i)

Thanks a lot for your effort and possible solution..

  • 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. 2026-05-11T03:58:02+00:00Added an answer on May 11, 2026 at 3:58 am

    you could try

    this['row' + ActiveRow]['let' + i] 

    What would be better though is if when you create the instances you put them in an array… so maybe

    var rowClips : Array = [];  for (var i : int = 0; i < 10; i++) {      var row : MovieClip = this.createEmptyMovieClip('row' + i, i);       rowClips.push(row); } 

    you can then call it by

    rowClips[i]; 

    Obviously depending on the situation there could be different logic to adding your MovieClips to an Array but essentially it’s a much nicer way to store references to your MovieClips.

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

Sidebar

Related Questions

I have movie clip in an array (newStep) that is being added to the
What if I have nested loops, and I want to break out of all
the problem i have is that i have multiple nested master pages: level 1
I have two nested repeaters in C#. The outer has some grouping information and
I have a simple situation that does not work. Gridview is nested inside updatepanel
I keep finding that if I have nested divs inside each other, and one
I have a series of nested UL's that are like this: <ul class=categorySelect id=>
I have a non-nested class WillBeNestedClass and another class NestBox . Now I want
I have a string that I want to parse using regex. It has the
I have two nested UIScrollViews: the parent limited to horizontal paging and the child

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.