Laco tween engine versus flash native tween

i am wondering if there is a way to put a delay (seconds) on the flashs’ native tween class like you can on the laco tween engine… such as


#include "lmc_tween.as"
my_mc.tween("_x",100,1,"easeOutStrong",1.5,callbackFunction)

where “1.5” is would be the one and a half second delay before the tween starts. this is very useful to me because i dont have to use a callback function or an onMotionFinished function to start a new tween.

thanks in advance to anyone who can teach me

-frankf