Reverse the reading needs to stop when a trigger of reading exist... starts playback instead of stopping...

So, I have a set of animation, and when he finished a button appears. A click on this button cancels the timeline it start where it starts. The problem is that where it starts is a trigger for reading. There is no way (that I know of) to stop reverse playback at the beginning without hitting the shutter button to playback. For the life of me I can't figure out how to deal with this. Any help would be great! I don't know java script for info.

screenshot:

eahelp.png

So, 1000 (trigger) I replace this code:

If (sym.isPlayDirectionReverse ("PortfolioEnd")) {sym.stop ("PortfolioEnd")} else {sym.play(1000) ("PortfolioStart") ;}

by this one:

If {(sym.isPlayDirectionReverse ())}

SYM.$("connect_2"). Show();

SYM.$("services_2"). Show();

SYM.$("portfolio_2"). Show();

};

Note that sym.isPlayDirectionReverse () is a Boolean function. You can't script: sym.isPlayDirectionReverse ("PortfolioEnd");

Files: nav.zip - Box

Tags: Edge Animate

Similar Questions

Maybe you are looking for