well i want to use something like this:

Code:
if(actionpoints > 10){
	panel1.bmap = greenbar;
}else{
	panel1.bmap = redbar;
}
if(actionpoints >= 9){
	panel2.bmap = greenbar;
}else{
	panel2.bmap = redbar;
}

etc

thanks that was very helpful.

Last edited by razvan252; 09/14/08 19:37.