How to schedule an animationAction for multiple specific times?

I want to schedule an action to play at specific times, but as far as I can see it is only possible to schedule an action once. Am I overlooking something? I use the .startAt(time).play() …but I’d like to do something like:. startAt(time).play().startAt(time2).play().startAt(time3).play()

i have put a counter in the animatefunction and at certain counts the animation changes the clipanimation , . it works on its own , but when i try to put it in a bigger script where the animate function has to controll other things aswell(like the fps movement , the bulletmovement ) these other things dont work anymore .Multiple animated objects