mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-11 19:16:19 -05:00
Updated Performing actions only when transitioning from A to B (markdown)
@@ -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**. |  |
|
||||
| Perform actions **during** transition from scene A to scene B. |  or  or  |
|
||||
| Perform actions when the transition from **any** scene to scene B **completes**. |  |
|
||||
| Perform actions **during** transition from **any** scene to scene B. |  or  |
|
||||
|
||||
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:
|
||||

|
||||
* 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:
|
||||

|
||||
* 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:
|
||||

|
||||
To continuously perform the actions change the state of the "Perform actions only on condition change" checkbox.
|
||||
Reference in New Issue
Block a user