Forum Discussion
SharonHarris395
2 years agoCommunity Member
Adjust Variables - Avatars
I am working with variables where I am using avatars. I used the button set so they can only choose one or the other. When the user clicks the Next button, each avatar shows up on the next screen a...
TomKuhlmann
2 years agoStaff
You can simplify your construction:
- Create a single var for the avatar: varAvatar
- Set the varAvatar = to character clicked (Renita or Thomas)
- On the next slide set state of guide to Renita/Thomas is varAvatar = either one
Also, on slide 5.1 you wouldn't need all of those selected triggers. Assuming you continued with your path, you create a selected state for each character and then select both and right click to create a button set.
Then you can get rid of the set state triggers. But if you go with a single avatar = variable it's easier.