http://image.noelshack.com/fichiers/2015/07/1424016854-help.png
I would like to animate the background color of theses when overhealed/less than 50% hp
"VerticalLine1"
{
"ControlName" "ImagePanel"
"fieldName" "VerticalLine1"
"xpos" "335"
"ypos" "20"
"zpos" "2"
"wide" "88"
"tall" "25"
"tall_lodef" "206"
"tall_hidef" "212"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"fillcolor" "10 10 10 153"
"PaintBackgroundType" "0"
}
Animate VerticalLine1 BgColor "0 255 255 255" Linear 0.1 0.2
Animate VerticalLine1 BgColor "10 10 10 255" Linear 0.2 0.4
Doesn't seem to work, help ?