but i dont know how to make an if.
what im looking for is something like when button click. if radio button 1 is slected switch image to A0001.jpg
if radio button 2 is selected use A0002.jpg
only one radio button can be selected but dosent really matter
thanks for the help


heres my swaping code.
on (release) {
//load Graphic behavior
this._parent.A2.loadMovie("A0002.jpg");
//End behavior
}
p.s. A2 is the name of the movie clip witch is changed to A002.jpg
thanks