Timings?

Posted by AdamlCasey 
Timings?
September 03, 2008 01:42PM
Where do you set the time delay between when an object runs it's Show and Hide animations?
I have three objects that allow have a show and hide animation set against them.
They are all located on different layers on my main timeline.
They all have differing starting times but the same end time and yet some of the hide animations run before others?
I need to sync them and can't see where I do this?
Re: Timings?
September 04, 2008 06:44AM
If you take a look at the list of properties the component has (http://www.flasheff.com/howtouse_properties/), you'll find there the hideDelay property. Use this property to set the time interval between the end of the show transition and the start of the hide transition.

You can set the hideDelay property from the FlashEff panel by selecting the Hide tab, Options tab and the delay property.



Edited 1 time(s). Last edit at 09/04/2008 07:11AM by negush.
Re: Timings?
September 04, 2008 08:27AM
Thank you. Is there any reason why the largest delay you can set is for 10 seconds?
Re: Timings?
September 05, 2008 06:00AM
If you need to have a hideDelay value larger than 10 seconds, you need to set it from code:
flasheffInstance.hideDelay = 20;
Sorry, you do not have permission to post/reply in this forum.