# Targeting Dynamic Text Box in an array

**URL:** https://forum.kirupa.com/t/targeting-dynamic-text-box-in-an-array/162457
**Category:** flash
**Created:** [September 13, 2005, 3:17pm UTC](https://forum.kirupa.com/t/targeting-dynamic-text-box-in-an-array/162457 "2005-09-13T15:17:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jaredcunha](https://avatars.discourse-cdn.com/v4/letter/j/3da27b/32.png) [@jaredcunha](https://forum.kirupa.com/u/jaredcunha)
#### Post date: [September 13, 2005, 3:17pm UTC](https://forum.kirupa.com/t/targeting-dynamic-text-box-in-an-array/162457/1 "2005-09-13T15:17:57Z")

</div>

I’m trying to target a dynamic text box for a slideshow that is located in an attached movieclip.

This is the array:  
var slideShow = [“slide1”, “slide2”, “slide3”, “slide4”];

Each slide is a movie clip that is loaded with attachMovie(). These movies each have a dynamic textbox named “slideDescription”. How would I be able to target that text box and get it to change the desciption each time I move to the next slide in the array?

Here is the code for the attachMovie() if you need it.  
slides.attachMovie(slideShow\*, “slide”, 1);

Thanks
