physics_fixture_create()
Returns: Index of the fixture
The first step in setting up a fixture is creating it with this
function. The returning index should be stored in a variable to be
used in all further functions that are used to define and use this
fixture.
fix_Ball = physics_fixture_create();
The code above will create a fixture and store its index in the variable "fix_Ball";