Page 1 of 1

Looping animations in AS8?

Posted: Mon Sep 12, 2011 1:03 pm
by kellz5460
can this be done

for example I have an animation that loops every second that I want to carry out for 5 seconds-

Is there a way to loop in AS without putting nodes out to 5 seconds?

I know I could loop it at 1 second on a transparency then animate the background like I want and put it together in a different program or in AS- but can I do this in AS8?

Posted: Mon Sep 12, 2011 1:16 pm
by jonbo
Not sure what you mean by "looping", are you talking about cycling key frames?

Posted: Mon Sep 12, 2011 1:38 pm
by sbtamu
Putting a key frame 5 seconds past the loop would be a good way to do this. Just copy the key frame that starts the cycle and paste it 5 seconds farther in the time line past the end of the cycle.

Posted: Mon Sep 12, 2011 1:55 pm
by VĂ­ctor Paredes
You can cycle any kind of keyframe:
http://www.lostmarble.com/moho/manual/t ... index.html

Posted: Mon Sep 12, 2011 2:13 pm
by kellz5460
thx guys