Below is a screenshot from a famous structure building game.

As you can see rods are attached together with ball joints. I’m trying to achieve something similar with Cosos2d on iPhone. I’ve got two questions here:
- Should I draw those ball joints or should I just add them as sprites?
- I guess the rods are not drawn bur are rather images. But considering that the length of the rods will change depending on need, how do I make rods with different lengths from just one image?
I am not sure what would be the best approach for one. I would imagine that either way would be fine, but it would be harder to achieve whatever visual affect you want through drawing them. I think the hardest part would be making sure that they are anchored to vertices in a grid system that has the dimension that you want.
As for (2) you can always scale your image.
Then rotate and change its anchor points as needed.
Again I imagine the most difficult part would be anchoring them and positioning them correctly, so that align properly with the vertices.