Hi,
I'm doing a draggable options box that you can call up in my game. I'm wondering, will i have to do an "always set options text to Optionsbox.X+43" etc. for all the objects i want to stick to the objects box when its being dragged. Or is there some clever simple way?
The problem with doing it in code is also that it takes a while to get the objects at the right position. I don't really mind doing it this way, but i thought i'd check if there was a better way.