A little dirty trick I found ( I’m sure already found by others ) using TweenMax class.
After reading more carefully the documentation I found this:
[static] Provides a simple way to call a function after a set amount of time (or frames).
Example: TweenMax.delayedCall(delay:5, onComplete: some_function)