Question
touch events not firing for sprites (on Air for Android)?
I tried to run a air app in Galaxy Tab 10.1 and i realise that I can only listen to touch events from stage but not from the movieclips.
i.e. stage.addeventlistener(TouchEvent...) -> will give response but abcSprite.addeventlistener(TouchEvent...) -> will NOT give response
Any one know why?
