Global variables are the variables, that are available for all of the processes. To edit Global Variables, please select
icon from the top toolbar on the main window
The Global Variables window contains the tree of variables (the variables are organized into a tree using variable packages) on the left hand side, and the edit panel on the right side. Global Variable may be added, removed or renamed, using the toolbar icons over the Variables tree (See buttons:
,
,
).
On the right hand side of Global Variables window you can see value of the selected variable. These could be numbers, booleans, string (Caution! We provide string using double quotes), but also images, sounds or arrays of variables, that could differ in type eg [1, false, ,,text'']
is a free elements array, that contains number (1), boolean value (false) and a string (''text''). Some object types (like image) provide also a dedicated edit view. However all of the objects may be edited in the basic edit view, which has a edit field and a toolbar over it. The toolbar contains following elements:
- insert the image (into the place of the cursor in edit field). Image can be loaded from file, past from system buffer (clipboard) or copied from the currently shown screen (like screenshot),
- insert the sound. Sound me be loaded (wav, mp3) or recorded (wav only),
- insert the point (point coordinates). Provide the coordinates by selecting proper point on your screen. The coordinates may be also provided manualy in Edit Field using format: (<X value>, <Y value>),
- insert area coordinates. Provide the area by selecting it on the screen. You may provide it also manually in Edit Field using format (<X value>, <Y value>, <width>, <height>),
- undo the changes - restores the variable value that from the time, editting was started,
- Switch the edit view between standard and dedicated mode,
- The type of the provided expression.
If the provided expression is not supported or it contains an error, the error message will appear on the bottom of the Global Variables Edit Window.
krzys
2017-07-19