Thread: Linking frames?
View Single Post
09-16-12, 04:18 PM   #12
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Originally Posted by Seerah View Post
No, both frames don't need to have :SetMovable(true) called on them, as nailertn was saying. All you need movable is what is going to control the placement of everything else.

Set parent as movable.
Anchor child1 to parent.
Anchor child2 to parent.
Drag parent around screen.
Children will also move because they're anchored to it.
I've got it working, but the problem was the parent was responable for resizable, so I needed to use a child to move the parent.
  Reply With Quote