put sprite next to menuitem when i click on that menu item

i am developing game in cocos2d-x iso in which i have startup screen……and i put four menuitems in that scene….i want that when i click on any menu item two spritesare displayed on both side of that menu item……i done that but first i declared both sprite in* init method* and make invisible, and i visible it and change position of both sprites in every method of every item….any short code for that…help me….

You would want to have a CCSprite be a child of one menu item at one time and have it switch parents when a button is tapped Or have the sprite to change positions relative to the menu item when it is tapped.

I really can’t understand your question, sorry.