transition out not working

The Transition Out property defines what happens to the object when it is hidden. You first need a Hide action.Add an action to hide the object. You need some sort of trigger first. Perhaps it's the click of a button, but it can also be timed. I do this a lot by having an action on the object itself that I call "Hide Me." On Show, Action = Hide(name of object), Delay x secondsThat way, when the image pops up, it is visible for x seconds and then promptly hides itself. The transition will work then.KevinCaveat: I think I recall an instance when Transition Out did not work for me. It wasn't a big deal to me, but I assume that you're talking about an object that doesn't disappear after being on screen for 1 second.

Discussions have been disabled for this post