Blog Post
ShakisDrummo614
Community Member
It's my first time using Sliders and Dials (still a novice). I had to watch a tutorial to ensure I was creating it correctly. I created something simple since I wanted to get the hang of using sliders and dials. I can build upon this challenge in the future. :-)
Demo: https://360.articulate.com/review/content/bf483b66-1337-480c-ad3f-d8c8f02fa3ec/review
Demo: https://360.articulate.com/review/content/bf483b66-1337-480c-ad3f-d8c8f02fa3ec/review
Ron_Katz
4 years agoCommunity Member
Great work, Shakis. Now if you could create a variable to hold the selected character, you could have that same character move from slide to slide.
When I did this in my example, I used a variable to hold the state selected then changed the state of the character when I entered a new slide.
Change state of Character to clothing01
When the timeline starts on this slide
if selected = value 1
Change state of Character to clothing02
When the timeline starts on this slide
if selected = value 2
( . . . )
When I did this in my example, I used a variable to hold the state selected then changed the state of the character when I entered a new slide.
Change state of Character to clothing01
When the timeline starts on this slide
if selected = value 1
Change state of Character to clothing02
When the timeline starts on this slide
if selected = value 2
( . . . )