1. Although I have experience in other languages, I'm rather new to Lua within the WoW environment.

    I have created a GUI with input text areas and buttons, using only Lua, which I would like to keep that way.

    I've also learned how to drag a frame. My problem however, is that I want to assign a frame that if being dragged, also moves all the other frames. I've attempted this several times and simply can't see a way to do this. Does anyone have a clue?

    EDIT: Fixed!

    It was easier than I thought. You can't just parent the frame itself, you also need to parent the SetPoint function.