# Can arrays contain MC's?

**URL:** https://forum.kirupa.com/t/can-arrays-contain-mcs/230965
**Category:** Uncategorized
**Created:** [June 30, 2007, 4:22pm UTC](https://forum.kirupa.com/t/can-arrays-contain-mcs/230965 "2007-06-30T16:22:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jeancnicolas](https://avatars.discourse-cdn.com/v4/letter/j/7bcc69/32.png) [@jeancnicolas](https://forum.kirupa.com/u/jeancnicolas)
#### Post date: [June 30, 2007, 4:22pm UTC](https://forum.kirupa.com/t/can-arrays-contain-mcs/230965/1 "2007-06-30T16:22:21Z")

</div>

Hi There,

Can an Array contain MC’s so that one var can be applied to one function to have multiple results?

Here’s a piece of code - which doesnt work - but you’ll catch my drift…

var all:Array = new Array();  
all = [one\_mc, two\_mc, three\_mc, four\_mc];

action\_mc.onRelease = function(){  
all.alpha = 0;  
}

Coool if you can help!
