...
This document is set to 728 x 90 px. You can set the default units in the Environment > View Preferences
Step 2
...
Make the document size variable
Instead of having a set dimension for the document (Add), we will make 2 variables, and assign the width and height of the document to these variables.
When changing the values of these variables, this will impact the respective width and height of the document.
This is a first step in making the document dynamic.
- Add 2 variables
- "addwidth"
- "addheight"
- Make sure to type them as "number" variables
- In the documents tab, click on the Formula button, and add the name of the created variable.
Don't forget to set the value of the variable in the Variables tab.
See the result when chaging variables
...