Movieclips

To Whom It May Concern:

My objectiver is to select a button and a variable is establisted called letter.

letter is assigned the letter b

letter = “b”;

However, a mc called vtext comrised in the primary movie posses an algorithm in frame number 1.

The objective here is to attain the content of the variable called letter and concatenate it to some other expressions. the following algorithm look like the following:

e1.concat('""exp""', this.letter);
e2.concat('""',  this.letter, '""'); 

this.attachMovie( e1, e2, 1 );
this.letter._x=1090;
this.letter._y=197;
this.letter._alpha=100;

Please assess this algorithm and render changes.

Thank You,

Kevin Smith