From a8ec87d9910b09fc7981ae32641cf8a51810d232 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 23 Feb 2022 22:24:30 +0100 Subject: [PATCH] Created Scene groups (markdown) --- Scene-groups.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Scene-groups.md diff --git a/Scene-groups.md b/Scene-groups.md new file mode 100644 index 0000000..ec19bce --- /dev/null +++ b/Scene-groups.md @@ -0,0 +1,18 @@ +As the name suggests a Scene Group is a collection of multiple scenes. +Scene Groups can be used as a target for scene switch actions just like a regular scene can be. +However each time a Scene Group is selected as a target for a scene switch action of course only one actual scene can be finally chosen. +The scene which is chosen to be switched to depends on the logic set up for each particular Scene Group. + +Available logic types are: +* Count: +This option will let you advance to the next scene based on how many times the scene group was chosen as a target to be switched to. +* Time: +This option will let you advance to the next scene in the list depending on how much time has passed. +* Random: +An entry of the scene list will be chosen at random, when selecting this option. + +Note that a scene group can contain the same scene multiple times. +To see an example on how scene groups can be used click [here](Advance-through-a-list-of-scenes-by-hotkey). + +### Example: +![Example scene group](https://obsproject.com/forum/attachments/scenegroup-png.80807/) \ No newline at end of file