Hello,
I have a chatbox with four sprites. One is the input box, another is a vertical bar on the left side, a horizontal bar at the top, and a background. I have a button located on the bottom right of the chatbox that I want to be able to click and drag around to resize the box. The problem is each sprite needs to be stretched a certain way to avoid distortion(The input box needs to be streched horizontally while the background can be stretched in any way, for example). What is the best method to accomplish this?
Thanks