A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [RESOLVED] Duplicate a movie clip

Threaded View

  1. #1
    Senior Member
    Join Date
    Nov 2004
    Posts
    100

    resolved [RESOLVED] Duplicate a movie clip

    Hey guys,

    I ran into a problem where I have to duplicate a movie clip on a movie, to make an endless scrolling menu. The problem is I don't know real well how to do it, I can do it fine with graphics but it looks like not possible to do it with mc.

    here's a sample of my code I am trying to attemp

    Code:
    var refFirst:MovieClip = MovieClip(menuGroup.getChildAt(0));
    
    var copyFirst:test1 = new test1;
    
    trace (refFirst.name);
    Any ideas?
    thx.
    Attached Images Attached Images
    HELP!

Tags for this Thread

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