My problem is this:
i have 5 buttons in my flash movie. each button loads dinamyc a image(jpg) for example:
loadMovie("image1.jpg",containner);
but want i want to is a function that when i press one oh the button it will load the image into a movieclip that is a square, that only shows up when i press a button, if i press the five button i will have 5 images. i tryed to use duplicateMovies of the square to load each image but nothing…
Please help me!!!
thanks very munch