Waiting inbetween scirpts?

example:

[AS]
myXTween = new mx.transitions.Tween(Values);
//wait XX seconds
myXTween = new mx.transitions.Tween(Values);
[/AS]

Is there an fairly easy way to do this? If there isnt I’ll just place the codes along a timeline to complete the animation hehe :stuck_out_tongue:

thanks!