getTimer || setInterval

need to execute an function after some time, i think that is possible and simple to do this without timeline frames :slight_smile:

iā€™m working with tween class and have this 2 lines of code

var b1UP:Tween = new mx.transitions.Tween(b1, "_x", Strong.easeOut, -50, 100, 3, true);
var b2UP:Tween = new mx.transitions.Tween(b2, "_x", Strong.easeOut, -50, 95, 3, true);

just need that the second line executes some seconds latter
help please :shifty:

. am