Setting Example: Horizontal Animation
Expression: D100
Value Range: From 0, To 100
Position Range: Start 0, End 200
In the screen editor, if you place an object outside the visible screen area, you can specify that point as 0 in the [Value Range]. You can move and display the part from outside the screen area.
In the [Value Range]'s [To] field, please enter a value less than or equal to the screen size. Otherwise, the part will not display.
When the position is calculated using the Value Range and Position Range, values to the right of the decimal place are dropped.
[D100] = 50
Because the difference in the [Value Range]'s [From] and [To] fields is 100, the amount of movement is calculated based on the ratio between the value in address D100 and 100.
[D100] = -10
When the stored value is less than the [Value Range]'s [From] value, the object does not move from its [Start] position.
[D100] = 300
When the stored value is greater than the [Value Range]'s [To] value, the object moves only up to its [End] position.