Pretty minor, but my stream video stopped starting at the set time until I 'fixed' its Visible property. From deleting and renaming objects, it was looking at an objects property twice. Visible was never an issue, was always evaluating to true.
Start Time Broken:
Visible = (object1.Visible || object1.Visible) && var1 && !var2
Start Time Working:
Visible = object1.Visible && var1 && !var2
Solved! Go to Solution.
I think I understand it better now that I fixed it again. I was using variables for the streamuri and start time and visibility, it works when the start time variable is set first, followed by the streamuri and visibility.
I think I understand it better now that I fixed it again. I was using variables for the streamuri and start time and visibility, it works when the start time variable is set first, followed by the streamuri and visibility.
Hi @burrisca,
Glad that you have resolved your problem.
Could you please mark your reply as an answer to help more users?
Thanks for your coperation.
Yes I can do that, thanks
User | Count |
---|---|
258 | |
108 | |
95 | |
57 | |
40 |