Move trigger staying the same

Feb 17, 2022

Hello,

I have two move animation in one object, move to the left 100px and 100px to the right. there is a trigger in a button that control the moves toggling a variable.

the object is in all the slides of the scene. when a click once it moves right but when i change the slide it resets to original position.

Is there a way that the object stays in the last position in a other slide?

I put an example in the attachment.

2 Replies
Walt Hamilton

It sounds like the easiest way would be to put the object and buttons on the master, so it would be on every slide. 

If you can't make that work, you would need a variable to show if it was on the left or right (the variable you are using might be adapted for this), and when the timeline of the slide starts, move it to the appropriate side. The problem with that is that it will move when each new slide starts. There are ways to get around that, too.

If you don't want to see it move, you can give it states, and use the variable to set it to the correct state when the slide timeline starts.