This action event can be used to change all kinds of object attributes. You have to select the object and the attribute you want to change using the widgets in the dialog. You also have to provide the desired new value for the object attribute. This value can also be passed as a variable name instead of a numeric constant. It is even possible to enter complete expressions like "x+1" or function calls for maximum flexibility here.
Many of the attributes that this action event supports can already be set by other action events like Scale object or Rotate object but the advantage of the "Set attribute" action event is that the value can also be a variable or an expression which makes it more flexible because not all action events support this, e.g. Change object color doesn't support specifying the color from a variable source.
Note that to allow Designer to distinguish between variable and string sources, you need to enclose strings in quotes when using this action event, e.g. when setting the text of an object to a new value, you must enclose this value in quotes.
Here is an overview of the different attributes supported by this function and the acceptable ranges:
True (1) or False (0).
True (1) or False (0).
#SHDWXXX constants. Consult your Hollywood manual.
True (1) or False (0).
#FONTENGINE_XXX constants. Consult your Hollywood manual.
To get attributes, use the Get attribute action event.