Is it possible to declare 'Global' variables somewhere in DX so all objects have access to the variables? I know you can Dim variables at the head of an object's script that will be visible to all subroutines in the objects script. How about for DX itself?
I want to Dim a variable, Dim Color for example, and set the states of other multiple objects based on the value of Color.
Is this possible? If so, how.
Thanks.