Hey guys, I'm currently toying with an idea of creating a class to handle a sortable menu something akin to the Mac OS X doc. This feature would make my game extremely user-friendly and add to the experience tremendously but right now I'm wondering if the current cocos classes can be extended to perform this function.
I am thinking of using the Menu and MenuItemAtlasSprite classes for this but not too sure if it'll be a problem later on. Anybody have any suggestions? In the mean time I'll go ahead and start writing it out and will probably share the finished code once it's done so other people who need this class can make use of it.