Message 1 of 2
Dynamic Stretch + Array that maintains a gap distance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings,
I was wondering if there is a way to dynamically update the column offset in the array action or a way to mimic that behavior?
To clarify why I would want that, I'm trying to create a mirrored linear stretch on a shape with an array that will maintain a .5 gap between the arrayed shapes and the original. My hope is to maintain the .5 gap regardless of what I stretch the original dimensions to.
I realize this is likely achievable if I were to create a bunch of versions of the shape and simply toggle visibility with a lookup/double lookup, but that would be time consuming and defeat the purpose of the block (to save time and have the array do all the work).
Any help is appreciated.