Forum Discussion
Slide.ElapsedTime variable
- 9 months ago
You can't modify or alter the value of built-in variables like "Slide.ElapsedTime" in your case. To avoid conflicts, you should disable or remove any triggers attempting to set its value manually.
The "Slide.ElapsedTime" variable is measured in milliseconds (ms). In the attached .story file, I’ve adjusted the conditional statements to correctly reflect "Slide.ElapsedTime" in milliseconds.
You can't modify or alter the value of built-in variables like "Slide.ElapsedTime" in your case. To avoid conflicts, you should disable or remove any triggers attempting to set its value manually.
The "Slide.ElapsedTime" variable is measured in milliseconds (ms). In the attached .story file, I’ve adjusted the conditional statements to correctly reflect "Slide.ElapsedTime" in milliseconds.
Aha!! It's milliseconds! That's what was throwing me! Perfect, you've saved me. Thank you!!
Related Content
- 11 months ago
- 11 months ago
- 11 months ago
- 11 months ago
- 11 months ago