Show on Frame 1 and Hide on Frame 2

Posted by jrweinb 
Show on Frame 1 and Hide on Frame 2
December 11, 2009 02:13AM
Hello,

I am working on a presentation created in flash as an alternative to powerpoint. I use a listener to allow the arrow keys to go from frame to frame. I would like to use a show effect on frame one and then the hide on frame two. I cannot use the delay because the amount of time spent in each frame varies (the speaker cannot be confined to a delay time). How can I trigger a show and a hide effect with actionscript so that frame one plays the show animation and then a gotoAndStop(2) triggers the hide effect?

Thanks

Jeff
Re: Show on Frame 1 and Hide on Frame 2
December 14, 2009 02:24PM
jrweinb,

I think the easiest way to achieve that is by using two different flasheff instances, one for the show transition and one for the hide transition. In that way you will be able to use the FlasHEff2 FECGoToFrame command to navigate to the next frame each time a transition ends.
Sorry, you do not have permission to post/reply in this forum.