I have a drag and drop movie that i want to use to load one of four other movies. the movie would be defined using an array. The array variable is B.

essentially, i want to run the line:

_root.movieB.gotoAndPlay(2);

where B would be either 0, 1, 2, or 3. however, B's value won't be passed into this line, therefore, I can't get the movie I want to load.

I hope i've explained this well enough. I really hope someone has an answer for me.

Thanks! -tim