Hi,
Can we arrange menuitems at any point say (x,y)?
I mean to say is : instead of arranging it vertically I want to use it as a button which I can place at any position.
Thanks in advance.
-BMR
A fast, easy to use, free, and community supported 2D game engine
Hi,
Can we arrange menuitems at any point say (x,y)?
I mean to say is : instead of arranging it vertically I want to use it as a button which I can place at any position.
Thanks in advance.
-BMR
Yes, you can control each item individually. just call [item1 setPosition:cc(x,y)] to any of them to place them where you want.
Thnx.
-BMR
You must log in to post.