Tap is being unresponsive? corona sdk

Need help on tapping the screen. My goal is just to tap the object itself and the thing is whenever i tap on the background of my screen the object work itself without tapping the object. Im really confuse… ill be glad if you help me  :)  :)  :) , *game development*

Post your code !

Taps have to be a certain duration to be a “tap”. You might find better response using “touch” events since you get an event when the touch begins, any movement, and when the touch ends. For fastest response you want to trigger when the touch begins.

Rob

This is an interesting announcement :wink:  

Okay I’ll move it…

https://coronalabs.com/blog/2013/10/01/tutorial-taptouch-anatomy/

When my game is on operation menu you will have to choose one of 4 operators. If i choose Addition it will remove the 

ff. scene: 

composer.removeScene( “Subtraction”,true)

composer.removeScene( “Multiplication”,true)

composer.removeScene( “Division”,true)

composer.removeScene( “operations”,true) <---- menu

But whenever i click the background these other operator scene is merging to my current operator that i choose which is addition i dont know if its the touch event or the composer scene. Btw thanks Rob i read about the tap and touch event…

Can you show code? I would like to be able to reproduce it in corona.

Post your code !

Taps have to be a certain duration to be a “tap”. You might find better response using “touch” events since you get an event when the touch begins, any movement, and when the touch ends. For fastest response you want to trigger when the touch begins.

Rob

This is an interesting announcement :wink:  

Okay I’ll move it…

https://coronalabs.com/blog/2013/10/01/tutorial-taptouch-anatomy/

When my game is on operation menu you will have to choose one of 4 operators. If i choose Addition it will remove the 

ff. scene: 

composer.removeScene( “Subtraction”,true)

composer.removeScene( “Multiplication”,true)

composer.removeScene( “Division”,true)

composer.removeScene( “operations”,true) <---- menu

But whenever i click the background these other operator scene is merging to my current operator that i choose which is addition i dont know if its the touch event or the composer scene. Btw thanks Rob i read about the tap and touch event…

Can you show code? I would like to be able to reproduce it in corona.