openfl / actuate

Actuate is a flexible, fast "tween" library for animations in Haxe
MIT License
158 stars 66 forks source link

Tweening on frameLabel #47

Open zabojad opened 9 years ago

zabojad commented 9 years ago

Hi !

If used with in a haxe flash project, is it possible to tween on MovieClip's frame labels like with TweenLite ?

TweenLite.to(mc, 1, {frameLabel:"myLabel"});

Thanks Thomas

jgranick commented 9 years ago

Sorry for the long delay, this is not currently supported, but could be done using a custom actuator, it's a good idea :smile: