I use an overlay frame for popups , is there a way to show them once only , so if you go back to the screen they won’t jump agian- looking to create a condition
on start show = 0
if show = 0 show popup
after delay show popup and change show to show = 1
if show = 1
is that possible ?
dont show