I have two buttons in stage.
But I cannot get touch events of these buttons at the same time.
I think a multitouch event fires when pressing buttons at the sametime.
How can I solve this?
btn1:addEventListener( "touch", tapFor1 )
btn2:addEventListener( "touch", tapFor2 )
[import]uid: 51730 topic_id: 16026 reply_id: 316026[/import]
[import]uid: 3826 topic_id: 16026 reply_id: 59664[/import]