var body:b2Body = _actor1.getBody();for(var fixture:b2Fixture = body.GetFixtureList(); fixture != null; fixture = fixture.GetNext()){ //...do something with fixture}