Is there an easy, standard or built-in way to do the following:
I want to allow users to manually resize some objects on the stage. The objects will be Sprites. I want it to work just like resizing windows on the operating system: When you put your mouse on the border of the object, the cursor turns into an arrow and you can drag the border to resize the object.
I can probably figure out a way to do it, but I think it will end up being a ton of code and not a very clean solution. I was wondering if there is a common, easy way to do this.