Hi,
can any experts give an clear definition for this Min&Max parameter.
for example, if only use min or only use max or use both of the team, what's the function of this parameter? thanks.
part { name: "bottom_line_base";
type: RECT;
scale: 1;
description { state: "default" 0.0;
min: 0 50; ----//max 50,50
fixed: 0 1;
rel1.relative: 0.0 1.0;
rel2.relative: 1.0 1.0;
align: 0.5 1.0;
color: 255 0 0 128;
}
}