A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Duplicating a symbol 2 times?

  1. #1
    Member
    Join Date
    Apr 2006
    Posts
    50

    Duplicating a symbol 2 times?

    I am using Flash 8 Professional. I am trying to make 2 copies of a symbol called the_other_person and put one at x-100 and y-100 and the other x-324 and y-300. How would I do this?

  2. #2
    Senior Member dudeqwerty's Avatar
    Join Date
    Mar 2005
    Location
    Bosnia
    Posts
    1,626
    Code:
    the_other_side.duplicateMovieClip("the_other_side_copy1", _root.getNextHighestDepth(), {_x:100, _y:100})
    the_other_side.duplicateMovieClip("the_other_side_copy2", _root.getNextHighestDepth(), {_x:324, _y:300})
    that should do it,

    HTH,

    zlatan
    New sig soon

  3. #3
    Member
    Join Date
    Apr 2006
    Posts
    50
    Man thanks !!!! I ^_^ I really needed this. It works perfectly.

  4. #4
    Senior Member dudeqwerty's Avatar
    Join Date
    Mar 2005
    Location
    Bosnia
    Posts
    1,626
    New sig soon

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