Avatar

Level 2

Issue resolved by setting following script in validate action

var num = AMT.rawValue;
if(num < 0){
  AMT.fontColor="255,0,0";
}

  and setting pattern as = num{z$z,zzz,zz9.99}