Conditions not working in my SL interaction

Mar 13, 2023

Hi everyone, I am a little frustrated with this one and am hopeful someone can help me.

I've got an interaction whereby new starters in the company must click hyperlinks to read policies, click a checkbox to enter their name and once finished (4 policies) a continue button appears for them.

I uploaded a video of the project that isn't working for advice, as well as uploaded the project itself to see the exact same condition/ trigger on a different scene (but works).

The scene where it works is 2.1 Australia.

The scene where it does not work is 4.1 Australia. Noting that initially I simply copied and pasted the exact same formula for each checkbox as I did for scene 2.1, when that wouldn't work, I then randomised the order which made nil difference.

I have been trying to correct this for last week and really need some pointers to correct it. 

1 Reply
Walt Hamilton

There are problems with some triggers in the layers on the 4.1 slide:  I suspect you copied them from other slides but didn't adjust them for the objects on their new slide.

This one sets TextEntry55 to the typed value, but checks if FirstLastName is not blank.

Try this version:

FWIW, you have a text entry box and a variable, both of which are named TextEntry1. I was very confused. More descriptive, unique names can save you a ton of heartaches later.

These triggers on the layers reference the variables from Slide2.1.

Updating them will allow the interaction to function as you wish.