I have created a Slide scene with name "Untitled" and created a Polygon Shape on this slide.
Now called "Excute JavaScript" Trigger and used "Timer" widget from Cluelabs javaScript. Now called another "Excute javaScript" Trigger and used "TimedStart();" javaScript command to call Timer JavaScript once User clicks on the Polygon shape
Now Published this project and ran on Google chrome . After clicking on the Polygon shape, it does not show any timer which I have added. Please help me to find out what went wrong? Thanks
Reply
Posted on 3/6/2022
Please type your reply.
@support
Hello,
You set two variables when you created the widget:
All you need to do to display the timer value is just use these variables in a text caption, e.g. "%mytimer%".