How to interrupt Delay once it starts in Advanced Actions
This Advanced Action:
Assign v_hint with 0
If v_hint = 0
then
Delay 5 seconds
Show img_01
This AA is applied when entering a slide and works as intended. However, if the v_hint value changes to 1 before 5 seconds has elapsed, img_01 still appears anyway. This makes sense since once the AA is triggered, the Delay action will begin immediately and can't be stopped, as far as I can tell, even if that v_hint value changes.
I solved my problem in an enirely different way but would still be interested in any ideas out there about ways to control the Delay action.
Thanks!
Thanks!
