Joined: 11 Jun 2007 Posts: 2447 Location: 127.0.0.1
Posted: Wed Jan 09, 2008 6:41 pm Post subject:
okay but that doesn't really answer my question.
I know the AS code to drag a form
Code:
on(press) {
startDrag(this);
}
on(release) {
stopDrag();
}
but how do I drag multiple items at the same time?
Because I have 1 form and that form has many small things attached to it, but when i use that code it only drags one of those items, not the whole thing
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum