physics, touch to remove self out from the screen

Hi all

Now i am in the middle of the way to the physics.

I have added the physics to my app and i want to remove it out whenever there is a touching upon it.

so can i use the remove physics?

thanks in advance,

Seng Keat

Hello Seng,

Do you want to remove a physics body (that you added using addBody() )? If so, you can do that using the removeBody() API here:

http://docs.coronalabs.com/api/library/physics/removeBody.html

Best regards,

Brent

Hi Brent,

thanks you for your info

Keat

Hello Seng,

Do you want to remove a physics body (that you added using addBody() )? If so, you can do that using the removeBody() API here:

http://docs.coronalabs.com/api/library/physics/removeBody.html

Best regards,

Brent

Hi Brent,

thanks you for your info

Keat