How to Create a Loop in Adobe Edge Animate
There is no built-in function in Adobe Edge Animate (Preview 7) to create a loop to repeat an animation. This is useful for ads that need to repeat content.
You can create a loop using JavaScript with the following steps:
- Move the timeline marker to the end of the animation (see below).
- Insert a trigger (press Timeline on menu bar and select Insert Trigger).
- Enter this.play (0); below function(sym, e).
You can’t preview the looping in Edge Animate, but it does work in a web browser.