A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: drag 2 objects

  1. #1
    Member
    Join Date
    May 2002
    Posts
    37
    on (press) {
    startDrag("menu");
    }

    on (release) {
    stopDrag();
    }

    I have this code on the button, and i can drag menu but how can I drag "menu1" at the same time? ive played with this and cant seem to get it to work.

    Thanks guys and gals

  2. #2
    Senior Member chi-styler's Avatar
    Join Date
    Jul 2001
    Location
    Bristol, UK
    Posts
    1,237
    It says in the Flash Help that only one movie clip can be dragged at a time. So I guess you'll have to create a new movie clip, then put both of them in it and drag the new one..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center