Go through

Hello,

I am adding a linear Impulse to my ball, every time it touches an object it has a linear Impulse such as the one below.

ball:applyLinearImpulse( 600, 200, ball.x, ball.y )

The only problem is that it’s static, and bounces off. Is there any way to make the ball go through the object and have an impulse ?
Thank you. [import]uid: 23689 topic_id: 11609 reply_id: 311609[/import]

What you are looking for is a Sensor. Here is the relevant documentation:

http://developer.anscamobile.com/content/game-edition-physics-bodies#Sensors [import]uid: 5317 topic_id: 11609 reply_id: 42180[/import]