Hello! I'm new in NGUI. I have some question.
my Hierarchy
+panel(Map) (NGUI Panel, NGUI ScrollView)
+-- Map (UISprite, UIDragScrollView )
+-- FlagButton(Clone) (NGUIButton Message, uiButton(but not use)
I have problem with flag button(UIButtonMessage) if I AddChild in Map by script I Can't use buttonMessage for debug when I click. but if I add child in map, I can use button message for debug.
Could you help me?
I'm sorry about my english. I'm beginner.