Effects question
This may be a silly question, but I'm trying to apply an Entrance effect on an object that has already executed an Exit effect. It that possible? Originally, I programed two image buttons to hide themselves and show the other when clicked.
So I thought I would get fancy and instead of showing and hiding, I would use the Fly Out and Fly In effects instead. So when you click on the first image button, it flies out to the bottom to reveal some text and then via a variable it checks to see if the second image button is visible, if not then it should Fly in. And visa versa for the other button. However, I can get them to fly out, but they will not fly back in.
So I'm guessing it's not possible to execute an entrance effect on an object that has already executed an exit effect due to the timeline? Is that correct or am I just not using the proper commands?