Hi,
I have a question: How i make (if it’s possible to do this) to call a function after another function is finished. I have 4 function:
function tween1 () {
//some tweens
}
function tween2 () {
//some tweens
}
function tween3 () {
//some tweens
}
function tween4 () {
//some tweens
}
And i want to play first tween1 and then tween2, when tween2 ends then play tween3 and so on!
It’s this possible?
Thanks, btibia.:mountie: