diff --git a/Performing-actions-only-when-transitioning-from-A-to-B.md b/Performing-actions-only-when-transitioning-from-A-to-B.md index 8696bb6..19eb08a 100644 --- a/Performing-actions-only-when-transitioning-from-A-to-B.md +++ b/Performing-actions-only-when-transitioning-from-A-to-B.md @@ -1,11 +1,8 @@ -During the following examples A will be represented by the scene "04 - Intro" and B by "08 - Casters". +| Use case | Macro condition | +| ----------- | ----------- | +| Perform actions when the transition from scene A to scene B **completes**. | ![](https://obsproject.com/forum/attachments/abaftertransition-png.78791/) | +| Perform actions **during** transition from scene A to scene B. | ![](https://obsproject.com/forum/attachments/abtransition-png.78787/) or ![](https://obsproject.com/forum/attachments/abtransition2-png.78788/) or ![](https://obsproject.com/forum/attachments/abtransition3-png.78789/) | +| Perform actions when the transition from **any** scene to scene B **completes**. | ![](https://obsproject.com/forum/attachments/baftertransition-png.78794/) | +| Perform actions **during** transition from **any** scene to scene B. | ![](https://obsproject.com/forum/attachments/btransition-png.78792/) or ![](https://obsproject.com/forum/attachments/btransition2-png.78793/) | -There are multiple ways to understand "only when transitioning from A to B". - -* The first and probably most common way is to perform actions only at the exact moment when the transition from A to B completes. -For this you can set up conditions similar to the following: -![](https://obsproject.com/forum/attachments/introtocasters3-png.78741/) -* If instead you want to continuously perform actions once the scene transition from A to B completes you can leave out the transition ended part: -![](https://obsproject.com/forum/attachments/introtocasters2-png.78740/) -* If you only want to perform your actions during the time the transition from A to scene B is active you can use the following set of conditions: -![](https://obsproject.com/forum/attachments/introtocasters-png.78739/) \ No newline at end of file +To continuously perform the actions change the state of the "Perform actions only on condition change" checkbox. \ No newline at end of file