[AS3/AS2 only] Tweens a MovieClip to a particular frame label.
Usage
import com.greensock.TweenLite; import com.greensock.plugins.TweenPlugin; import com.greensock.plugins.FrameLabelPlugin; TweenPlugin.activate([FrameLabelPlugin]); //activation is permanent in the SWF, so this line only needs to be run once. TweenLite.to(mc, 1, {frameLabel:"myLabel"});