Forum Discussion
JeroenVerhoeckx
6 months agoCommunity Member
How to move a rectangle (group of objects) up and down?
Hello Storyline developers,
In the attached slide I want the move 'Group 1' up and down by a click. I already created two motions paths, but only the first one is executed. So 'Group 1' moves to t...
AlexMilyaev-f86
6 months agoCommunity Member
I've slightly modified the triggers. Instead of Else, I added an additional trigger with a condition. And it works as well. Most likely, Else is executed after we change the value of the variable. Because of this, the condition is never met. To know for sure, we need to export the slide and look at the code.