diff --git a/docs/GraFx-Studio/guides/actions/create/index.md b/docs/GraFx-Studio/guides/actions/create/index.md index 9f3865ae..39db97e0 100644 --- a/docs/GraFx-Studio/guides/actions/create/index.md +++ b/docs/GraFx-Studio/guides/actions/create/index.md @@ -2,7 +2,7 @@ ## Add Action -Open the [Automation panel](GraFx-Studio/overview/properties/#automation-properties). +Open the [Automation panel](/GraFx-Studio/overview/properties/#automation-properties). By default, a new document will not have any Actions. @@ -74,7 +74,7 @@ When creating a new action the default name “Action 1” is given. Every new a The order of the actions in the list defines the order of execution. This means that if an event triggers multiple actions, the first one in the list will be executed first. The order can be changed by drag and drop. -![Reorder Actions](/release-notes/reorder-actions.gif) +![Reorder Actions](reorder-actions.gif) It is possible that an action causes another event to fire, which can trigger another action. If this happens, all actions triggered by the first event will be executed first. When they are all processed, the actions triggered by the new event will be executed. As an example, we have this list of actions: diff --git a/docs/GraFx-Studio/guides/actions/create/reorder-actions.gif b/docs/GraFx-Studio/guides/actions/create/reorder-actions.gif new file mode 100644 index 00000000..a9a170f4 Binary files /dev/null and b/docs/GraFx-Studio/guides/actions/create/reorder-actions.gif differ diff --git a/docs/GraFx-Studio/guides/actions/example-changelayout/action-definition.png b/docs/GraFx-Studio/guides/actions/example-changelayout/action-definition.png index 7de7c40b..a3f653d1 100644 Binary files a/docs/GraFx-Studio/guides/actions/example-changelayout/action-definition.png and b/docs/GraFx-Studio/guides/actions/example-changelayout/action-definition.png differ diff --git a/docs/GraFx-Studio/guides/actions/example-changelayout/actionlist.png b/docs/GraFx-Studio/guides/actions/example-changelayout/actionlist.png new file mode 100644 index 00000000..e3165587 Binary files /dev/null and b/docs/GraFx-Studio/guides/actions/example-changelayout/actionlist.png differ diff --git a/docs/GraFx-Studio/guides/actions/example-changelayout/trigger.png b/docs/GraFx-Studio/guides/actions/example-changelayout/trigger.png index 7de584f6..b2e4247a 100644 Binary files a/docs/GraFx-Studio/guides/actions/example-changelayout/trigger.png and b/docs/GraFx-Studio/guides/actions/example-changelayout/trigger.png differ diff --git a/docs/GraFx-Studio/guides/actions/example-currency/action.png b/docs/GraFx-Studio/guides/actions/example-currency/action.png index aa0ac335..3b7f71c8 100644 Binary files a/docs/GraFx-Studio/guides/actions/example-currency/action.png and b/docs/GraFx-Studio/guides/actions/example-currency/action.png differ diff --git a/docs/GraFx-Studio/guides/actions/example-currency/trigger.png b/docs/GraFx-Studio/guides/actions/example-currency/trigger.png index 659bc871..70bc24c7 100644 Binary files a/docs/GraFx-Studio/guides/actions/example-currency/trigger.png and b/docs/GraFx-Studio/guides/actions/example-currency/trigger.png differ diff --git a/docs/GraFx-Studio/guides/actions/example-hideframe/action-definition.png b/docs/GraFx-Studio/guides/actions/example-hideframe/action-definition.png index 4198820f..3b1de958 100644 Binary files a/docs/GraFx-Studio/guides/actions/example-hideframe/action-definition.png and b/docs/GraFx-Studio/guides/actions/example-hideframe/action-definition.png differ diff --git a/docs/GraFx-Studio/guides/actions/example-hideframe/action-triggers.png b/docs/GraFx-Studio/guides/actions/example-hideframe/action-triggers.png index e85c14d9..70bc24c7 100644 Binary files a/docs/GraFx-Studio/guides/actions/example-hideframe/action-triggers.png and b/docs/GraFx-Studio/guides/actions/example-hideframe/action-triggers.png differ diff --git a/docs/GraFx-Studio/guides/actions/example-multipleframes/action-definition.png b/docs/GraFx-Studio/guides/actions/example-multipleframes/action-definition.png index 551f26ed..70bc24c7 100644 Binary files a/docs/GraFx-Studio/guides/actions/example-multipleframes/action-definition.png and b/docs/GraFx-Studio/guides/actions/example-multipleframes/action-definition.png differ diff --git a/docs/GraFx-Studio/guides/actions/javascript/js3.png b/docs/GraFx-Studio/guides/actions/javascript/js3.png index 2cc9dfdf..07ef3f51 100644 Binary files a/docs/GraFx-Studio/guides/actions/javascript/js3.png and b/docs/GraFx-Studio/guides/actions/javascript/js3.png differ diff --git a/docs/release-notes/reorder-actions.gif b/docs/release-notes/reorder-actions.gif index 98b740a6..a9a170f4 100644 Binary files a/docs/release-notes/reorder-actions.gif and b/docs/release-notes/reorder-actions.gif differ