I have looked around, and searched and have not been able to find what I am looking for.
I am attempting to do something similar to games like Bridge Basher, Simple Physics, Dummy Defense, or XConstruct. So I will need to have the ability to make a girder with a joint.
To make the girder I have a simple square sprite, when you make a new girder it simply creates a new instance of this sprite and adjusts the width, and angle according to the position of the mouse.
My question comes from creating the ability to have two girders "joint" together wherever you click to add a new girder.
I have played around doing several different things, and I can't seem to get anything working the way I would like. Any suggestions? Thanks.