+ if < = if >

so far i have this

on(release){
		if (hp <= maxhp){
				_root.hp+=100;
		} else if (hp >= maxhp){
			_root.hp==maxhp;
			   
		}
}

it dont work though…