# Help! unable to trigger the instances form array

**URL:** https://forum.kirupa.com/t/help-unable-to-trigger-the-instances-form-array/194423
**Category:** Uncategorized
**Created:** [July 23, 2006, 8:42am UTC](https://forum.kirupa.com/t/help-unable-to-trigger-the-instances-form-array/194423 "2006-07-23T08:42:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![leb](https://avatars.discourse-cdn.com/v4/letter/l/ba9def/32.png) [@leb](https://forum.kirupa.com/u/leb)
#### Post date: [July 23, 2006, 8:42am UTC](https://forum.kirupa.com/t/help-unable-to-trigger-the-instances-form-array/194423/1 "2006-07-23T08:42:38Z")

</div>

i got one problem here…  
i got a array which stores some elements, in string form, and these elements actually represent the name of the instances on the stage. now i want to trigger the instance to reset it’s alpha value…  
how i dont know how it works.

eg:  
i got an array[“A”.“B”.“C”];  
Instances name available: A,B,C,D…Z  
now how i should do to make the instance A to got triggered?? i call them by using on button.

i try some like \_root.name.array[0]=\_alpha=0;  
but not success.
