Animation in CCLayerMultiplex layers not work repeatedly

Hi !
I have trouble in MenuTest demo.
The MenuTestScene class creates a menu layers.
The items of MenuLayer3 class have actions (jumps), which show when I press the button “Send Scores”.
These actions run once, when MenuLayer3 run first time. Subsequent calls to this layer not start actions (jumps).
Why is this happening and how to fix it ?

Let me guess.
At first, please check if the menu callback is invoked, and runAction is called at subsequent clicks.
Then check if the action is autoreleased.

Could you, please, fix this problem in MenuTest demo?