[ASNWERED] Loop scene X times & Global variables
-
It would be great to have a setting to repeat a scene X times before proceeding to the next one...
What I'm trying to do to work around this is to use a counter in a global variable. After it enters the scene 5 times it jumps to the next cue/scene. Then in the next scene I'm setting the global to 0, but for some reason its not setting the value. When I go back to the previous scene its still 25 or 30 or whatever. Setting the global in another scene doesn't seem to change it.
I checked the documentation but can't see any reason why it won't work?
What I also tried to do is set the value of the global value to 0 in the first scene after the comparator sees the value of the global is over 5 and then jump scenes. The scene jumps when it should but the global doesn't reset. Then I figured maybe its jumping before the global gets a chance to set, so I added a 2 second timer before the jump but that didn't help.
So whats the easiest way to just have a scene repeat maybe 4 times automatically before going to the next scene?
-
Have you initialised that global value to 0?
-
@mark_m No actually I didnt know about that popup. I just set the value to 1 in the box. So it took me a bit to find the popup after seeing your screenshot, I guess you have to know to click the word "value 1" ? I have a feeling this will fix my issue though. Thanks!
-