Well, one, I figured that I could use this code:
var myclips=new Array("bob","left","eat","cheese","water");
for (i=0;i<myclips.length;i++)
{
t=this[myclips[i]];
t.onPress=function()
{
_root.sel=this;
}
}
to create a array of MC, but I haven't figured out how to properly call...