14.28 Move group

This action event can be used to move a group to a new position on the screen. You have to enter the new x and y coordinates for the group's position. It is also possible to leave one coordinate empty to just change the position on a single axis.

You can also use variable names instead of numeric constants with this action event. It is even possible to enter complete expressions like "x+1" or function calls for maximum flexibility here.

Please note that the coordinates you specify here are relative to the anchor point of the group objects. The anchor point is normally set at 0.5/0.5. In that case, moving an object to position 0/0 will move the object's center point to the top-left corner of the screen.


Show TOC