the problem is a little more complex than it maybe sounded -
i have a navigation with 5 items and a wipe in and a wipe out animation. the wipe animation scene contains 2 labels ("wipe in" and "wipe out") at the end of the wipe in animation i have a stop script. if the user clicks on one of the navigation items i want the "wipe out" animation to play and after finishing i want to play one of the five other scenes (correspnding to the navigation items) and play.

that means the wipe out animation should play in any case after the user selected a navigation item - but i can't put a script at the end of that animation, because i don't know which item the user clicked.

thanks a lot!!!