Re: [Flashcoders] Problem targeting a movieclip

2008-01-23 Thread Bob Leisle
Hi Marcelo, You could store references to the clips in the array instead of String paths. Then you could access them directly with trace(text_area_array[1]); If you need help doing that, post the code you use to store the paths in the array. hth, Bob Marcelo Wolfgang wrote: Hi list, I'm tr

RE: [Flashcoders] Problem targeting a movieclip

2008-01-23 Thread Merrill, Jason
;>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Marcelo Wolfgang >>Sent: Wednesday, January 23, 2008 2:06 PM >>To: Flashcoders mailing list >>Subject: [Flashcoders] Problem targeting a movieclip >> >>Hi list, >> >>I'

[Flashcoders] Problem targeting a movieclip

2008-01-23 Thread Marcelo Wolfgang
Hi list, I'm trying to access multiple movieclips that path names are stored in an array, this array is populated with the names when an area load and its cleaned when an area unload. Here's the code I have so far: trace(thisRoot.areaLoader_mc.txt_galeria_mc); // if I delete this the next one tr