Well, when you want to pause all tweens that are currently running. E.g.: when you have a window popping up and all characters in a game need to stop moving. Easy Peasy!
TweenMax.pauseAllTweens(true,true);
Well, when you want to pause all tweens that are currently running. E.g.: when you have a window popping up and all characters in a game need to stop moving. Easy Peasy!
TweenMax.pauseAllTweens(true,true);