Skip to content

Screen Axis Expressions

Screen Axis Expressions can be used to perform arithmetic on values outputted from ScreenPositionAxis objects and sent to a property of a defined screen.

Select the + button within the Expressions section of the PositionReceiver editor, type the name of the new object into the text field, and hit Enter.

Axis Expression This will open the Expressions editor

Screen position

Expression editor is used to perform arithmetic on values outputted from ScreenPositionAxis objects to a property of a defined screen

These are the arithmetic expressions performed on the defined axes. The ScreenPositionAxis objects are defined by their name. For example,

(ledscreenx*ledscreeny)/2

Where ledscreenx and ledscreeny are ScreenPositionAxis objects.

The screen you want to move and rotate. You should leave the property field of the object blank if you want to use the output of the expression rather than the axis.

The minimum input value that will be received from the ScreenPositionAxis objects.

The maximum input value that will be received from the ScreenPositionAxis objects.

The minimum output value of the defined property.

The maximum output value of the defined property.

The current output value.