no dont really understand what you trying to do but.........
on (release){
if(status){
loadmovie("true.jpg",holder);
}else{
loadmovie("false.jpg",holder);
}
}
assumes both jpgs lie in the same folder as the swf and that there is an empty clip on stage with instance name holder.