Loadmovie problem

so i have two buttons, one button(button1) with the script:

on (release) {
loadMovie(“1.jpg”, “_root.peda”);
}

and the second(button2) one with:

on (release) {
loadMovie(“9.jpg”, “_root.voteri”);
}

so of course when i click on one of the buttons, it loads the picture, but the problem is that when i first push on the button1 and then on the button2 there are the both loaded pictures, so what should i do to unload the picture from the button1 when i push on the button2 ?

hope you undersand :slight_smile:

Um, how about _root.peda.unloadMovie() and _root.voteri.unloadMovie()

A question as simple as that shouldn’t need anything more than a press of F1 in flash for the help section.

ah thanks. what can you do when your a noob? :slight_smile:
sorry for the bothering.
thanks^^