I want use this menu to make it be arranged in tandem.
But I could't find the where is it.
I want use this menu to make it be arranged in tandem.
But I could't find the where is it.
private function positionItems():void
{
for(var i:int=0;i{
if(i>0)
items_array[i].y=height+20;
}
}
I rewrite these part of FlashMenu.as , but it not what I want!
Bookmarks