I'm using box2dflash for as3 and i need to create curvy ground like this.
Facts:
- I can't create one solid object as far as I know because box2d support convex objects;
- I didn't find any line-based objects.
Question:
Is there any better way than doing this the way shown on image below?