Hi all,
I’ve got some mc’s that I’ve put in a array like so
var mcArray = new Array("mc_NED","mc_DUI","mc_FRA","mc_SPA","mc_ITA","mc_GRI","mc_CAN");
Now what I would like to achieve is this.
mcArray.onload = mcArray._alpha = 10;
mcArray.onRollOver = mcArray._alpha = 100;
Now I’ve got some knowledge of actionscripting, but this thing called array is fairily new to me, so I’m not sure how to accomplish this.
Anybody here who could set me on the right path? Maybe through some little hints or something like that; I seriously want to learn this so :hugegrin: