Hello everyon! I jsut started doing flash for my portfolio page and it sure is fun yet so hard to learn!

Anyways, I need help with a button that stays red after I press it. I did a search but am still confused as to how to make it work. This is what I have now and it works:

on(press){
unloadMovie("*.*");
loadMovie("./pix/int02.jpg","image_clip");
}


But please help me make it stay red! Thanks in advanced!