FLA-mc rewind and repeat.
FLA-mc rewind and repeat.
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- fyoucher10
TweenMax
http://www.greensock.com/tweenma…- Use the FrameLabelPlugin
- There's a ton of events on that page that you could use to triggerMC Tween (AS2)
http://hosted.zeh.com.br/mctween…frameTo() Function.
So whenever it gets to the 50th frame you could call this code.
loops++;
If(loops < 6) {
this.frameTo (30, 1, "linear", 0, function():void { gotoAndPlay(51); });
}or something like that...