Restricting user interactions during animation

Hi Everyone,

Is there anyway I can restrict user interactions, such as swipes and button pressing, during animations on certain scenes?

Thanks in advance,

Chris Hardy

Simply place a blank & invisible element over the entire scene (or any parts you want to shield from user interaction) - make sure it is at the top level in your hierarchy of elements and has no events attached to it. This should block all user interaction.

1 Like

That’s perfect! Thanks! :slight_smile: