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