Tween Delay

Just wondering if there is anyway to delay a AS tween so that it doesn’t start until X amount of frames have passed?

new Tween(one_mc, "_y", None.easeNone, 79, 130, 12, false);

Thanks

-ollie