I have a ball body and it is static first.
On touch event listener I am making it dynamic.
When I tried to check whether it is active for the first time with this function
my_body.isBodyActive it is always returning true. why?
I have a ball body and it is static first. On touch event listener
Share
The answer as I understand it is ‘because it is active by default until you de-activate it’.
If you do not want it to be active then you you can deactivate it, see this though: