Updated Performing actions only when transitioning from A to B (markdown)

WarmUpTill
2022-01-05 23:30:50 +01:00
parent f77aed2273
commit ffebe98f39

@@ -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/)
To continuously perform the actions change the state of the "Perform actions only on condition change" checkbox.