Forum Discussion
Next button will not revert to normal state
People who have trouble with this usually have one of two conditions:
1. The trigger to turn NEXT to normal says "Change state of NEXT to Normal when states are". If you are depending on your variables, this is not likely your problem, It should read "Change state of NEXT to Normal when timeline starts"
2. The trigger to change NEXT to hidden when timeline starts comes after the trigger to change it to Normal. Timeline starts, NEXT is changed to Normal, then to Hidden so fast you can't see it. The trigger should read"Change state of NEXT to Hidden when timeline starts" and the second trigger should read "Change state of NEXT to Normal when timeline starts on condition Variable1 = True AND Variable2 = True"
- JonathanSimm9983 years agoCommunity Member
That just corrected my problem. Changed to normal on timeline start but added conditions of certain objects visited, and it worked. Thanks.