Forum Discussion

GrahamDWoods's avatar
GrahamDWoods
Community Member
10 months ago
Solved

Slide.ElapsedTime variable

Hi, I've designed a slide about answering a ringing phone within a certain number of rings. I'm trying to use the elapsed slide time variable to drive the feedback I can't get it to work.... ...
  • Nedim's avatar
    10 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.