Differences
This shows you the differences between two versions of the page.
|
ardiscript:block [2018/04/17 02:58] optrix created |
ardiscript:block [2018/04/17 03:05] (current) optrix [Examples] |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| > Without 'block', this script would result in the animations conflicting with each-other as they tried to play simultaneously. By adding 'block', the execution won't continue until the first animation completes. | > Without 'block', this script would result in the animations conflicting with each-other as they tried to play simultaneously. By adding 'block', the execution won't continue until the first animation completes. | ||
| + | > Unlike [[pause]], the block line won't need to be adjusted if you alter any earlier timings. | ||