Need help duplicate Movie Clip problem

Here's my problem:
First of all, I have a movie that loads an external SWF that contains several images (each of the different "module" for a product)
Each of these modules is named "module", more the number of frame (the frame one its "module1")

So in the other film, which takes care of this, I used the script to load:
var moduleloader:MovieClipLoader = new MovieClipLoader();
moduleloader.loadClip ("PLCbuildermodules.swf", _root.modules);

So... the real clip (called "modules") I added this script:
{We (Press)}
moduleName = eval ("module" + _root.modules._currentframe);
{if(this._name=="modules")}
i ++ ;
duplicateMovieClip (modulename, "OxygisNouveau" + i, this.getNextHighestDepth ())
startDrag (modulename, true);
}
}

Now the problem is basically when reproduce you them, he hangs out fine like its supposed to... but when you click again, it duplicates again. I tried to counter this with the if(this._name=="modules") {script, but without success...}

I am sure that the problem is that the clip be duplicated in the parent movie clip. I just can't understand how to reproduce them outside the clip parent!

I would appreciate ANY help!

Thanks in advance!

-Chris

-EDIT-

Sorry for the double post... that was an accident...:)

Well, I used the wrong terminology (I think...)...
I think that what I had intended to say is,

How to duplicate a clip so that the copy can be found outside its parent?

Thank you!

-Chris

Tags: Adobe Animate

Similar Questions

  • Flash beginner needs help with Movie Clips/Action script

    HI -.

    I'm having a problem with my video clips playing simultaneously and cannot, for the life of me, know what I did wrong. I'm new to flash so I can I have created something wrong but this is what I have so far:

    11 layers, total: 1 layer with 10 buttons, each button with the following actionscript code:


    on (release) {}
    gotoAndPlay (85);
    }


    When the number changes with regard to keyframes, the next film is about.

    I have 10 films, total, but they are only video clips, mainly photo slideshow with audio, does everything in the library.

    The problem occurs when I click on the second or third button. Not only the movie I selected starts to play, but all previous clips are as well, he has completely blurred all the sounds. I don't know what Miss me in action script, as my Action layer has a stop command to this topic at each keyframe where there is a new clip to play.

    I tried to add a stopAllSounds command, but I'm afraid that does nothing because it is not an "audio file" in itself playing in the timeline panel.

    I'm at the end of my rope and really need help to understand this one. My project is hanging in the balance on this point, I wrote everything correctly and it works beautifully.

    Help, please!

    Thank you
    Caroline

    Start your sounds in frame 2 and place stopAllSounds() on each keyframe where begins a movieclip.

  • Need help with movie clip display and timer

    I worked on a game in flash for the last couple days and this is my first major game so there was a lot of problems.  For those who have helped so far thanks so much!

    I think that I finally got it with a few exceptions, they are.

    1. the clip that serves as my pop-up window is popping up behind all my mobile icons.  I need over them of course.

    2. I need to find a simple way to stop time while the pop up is in place and to make up the time when she disappears.

    OR

    3. I need to add 5 seconds to the game clock when the user draws a question mark to make it appear as if the clock stopped.

    If someone has an incentive it would be greatly appreciated!  Thanks in advance!

    This is my code of timer clock to date!

    onClipEvent (enterFrame) {}
    If (_root.time == 30) {}
    _root. TECH = 9;
    _root.intervaln = 30;
    }
    If (_root.time == 10) {}
    _root.intervalz = 10;
    }
    If (_root.time == 0) {}
    _root.gotoAndStop (3);
    }
    }

    Kapelski

    1. you should not set any code for an object.  all your code must be attached to frames or in classes.

    2. use swapDepths() to change the depth of a movieclip

    3. There is nothing in your code on a timer.

  • Need help to solve the problem with the margin at the bottom of the converted pdf file.

    Need help to solve the problem with the margin of the converted CEO down. What caused the change in format?

    Hi jerrio1949,

    There is no way to change the margin, you settle back into your original file & then convert to PDF format.

    Kind regards
    Nicos

  • Need help with the huge problem of first Pro Photo. Confused beyond belief.

    Ladies and gentlemen, I've been at this for two days and am desperately needing help. At the moment my editing in Premiere Pro is completely blocked because of a bizzare picture problem. I am 100% glued and impossible to change.

    When I add a picture of my bin, it's ok. Then I add a second and it seems fine. But all the photos I add after this show as the first image. Never forget that the name of the file appears correct.

    The image itself, as well the thumbnail and the image in the timeline, etc. are just the first image.

    I restarted, rebooted, started new projects with new settings, cleared the cache first Pro... Nothing works.

    Video is not a problem. Only images. And now I'm dead in the water as a result.

    Look at this screenshot. See how the other as the second picture they are all the same? Well, they shouldn't be. But they are. And I'm stuck and cannot change at all as well.

    WTH is going on here?

    I have Premiere Pro 5 on a PC from Adobe Production Premium.

    Is a question I've had recently in the middle of editing that Premiere Pro will start in line video that has already been fulfilled previously.

    Begging for help here.

    Image1.jpg

    Since you have never had this problem with image files

    in before cs5, I'd be inclined to turn to the source

    images that caused this problem to emerge

    If I remember correctly this problem, it has to do with the

    "image" header written to image files,

    and it also seems that the problem was unique to the .jpg images

    first merges by header information and duplicate images

    Open in ps and resave images re-written the header information

    for a State that is correctly read by first

    HAHAHAHAHAHAHAHAHAHAHA!

  • BlackBerry, need help Urgent network connection problem

    Hi all

    I put an application Blackberry OS 6 and 7 of the OS, this application uses the salesforce connection and its other api calls.

    My application works well here in India, but when I deliver it to the customer I had connection timeout error (in the United States). I tried all the string connection possible but still unable to solve the problem at my end.

    Can someone help me with this problem?

    Its very urgent. I need to connect via WAP2 and the code for my connection parameter string is:

    "

    Dim connectionString As String ="";

    String carrierUid = getCarrierBIBSUid();
    String wap2 = getWAP2ServiceRecord();
    If (carrierUid! = null) {}
    Otherwise, use the Uid to build a valid transport BIBS
    request
    Logger.logEventInfo ("uid is:" + carrierUid);
    connectionString = '; deviceside = false; connectionUID ="
    + carrierUid + ";". " » ;
    } ElseIf (wap2! = null) {}
    connectionString = '; deviceside = true; connectionUID =' + wap2;
    } else {}
    A carrier coverage, but not the BIBS. So use TCP of the carrier
    network
    Logger.logEventInfo ("no Uid");
    connectionString = '; deviceside = true;
    }

    return connectionString;

    "

    the definations of function are:

    "

    private static String getCarrierBIBSUid() {}
    Reviews [ServiceRecord] is ServiceBook.getSB () .getRecords ();.

    for (int i = 0; i)< records.length;="" i++)="">
    If (records [i] .getCid () .toLowerCase () .equals ("ippp")) {}
    If (records [i] .getName () .toLowerCase () .indexOf ("bibs") > = 0) {}
    Records return [i] .getUid ();
    }
    }
    }

    Returns a null value.
    }

    private static String getWAP2ServiceRecord() {}
    Full book sb = ServiceBook.getSB ();
    Reviews [] ServiceRecord = sb.findRecordsByCid ("WPTCP");
    String uid = null;
    for (int i = 0; i)< records.length;="" i++)="">
    Search through all records of service to find the
    valid non-Wi-Fi and non - MMS
    Booklet of WAP 2.0 Gateway Service.
    If (records [i] .isValid () &! records [i] .isDisabled ()) {}
    If (records [i] .getUid ()! = null)
    & records [i] .getUid () .length ()! = 0) {}
    If ((records [i] .getCid () .toLowerCase () .indexOf ("wptcp")! = - 1))
    & (records [i] .getUid () .toLowerCase)
    .indexOf("wifi") is - 1).
    & (records [i] .getUid () .toLowerCase)
    .indexOf ("mms") ==-1)) {}
    UID = records [i] .getUid ();
    break;
    }
    }
    }
    }
    If (uid! = null) {}
    Open a connection WAP 2
    Returns the uid;
    } else {}
    Consider another action transport or alternative.
    Returns a null value.
    }

    }

    "

    I get "unable to select the descriptor of adequate transport for the url:

    "https://login.salesforce.com/services/oauth2/token ...". "

    any help is appreciated

    Thank you

    Manish Kumar

    Hi all

    I solved the problem.

    My connection setting requires '; EndToEndDesired' for HTTPS request (although it works for me without this parameter). I tested the app using deviceanywhere and after the addition of this application of the setting run perfectly.

    connectionString = '; deviceside = true; connectionUID =' + wap2
    + "; EndToEndDesired ';

    Thank you for your comment stone

    I was actually using reproductive WAP2.

    Version of the client OS is BB OS 7 (on the Torch 2 9810)

    Concerning

    Manish Kumar

  • Urgent need help, playing video Clips

    I'm a complete noob when it comes to ACE. I know some basic things like stop(); and gotoAndPlay.

    Here's my dilemma.

    Dear Professor gave us a task to create a Web site in Flash. You must have 15 links or 15 pages. He says that you can only go frame-by-frame in the main timeline without space interpolation between the two. I'm practically creating all my animations in symbols.

    This isn't a problem... I created a title of short video introduction in Flash using a Movie Clip symbol... placed on the main timeline on the first page and then called ActionScript to play the video.

    This is the problem... Then... the movie will play, but it will make a continuous loop... I tried to put a stop(); on the homepage, under the ACE... I'm just completely lost on how to get it to read the short clip and go directly to the home page... Could someone PLEASE direct me on how to do it and give me an explanation as to why this way is the way, that's... I want to understand how it works.

    Thank you

    Noob Flash

    Inside this movieClip opening change:

    Stop();

    This (parent). Play();

    TO:

    Stop();

    MovieClip (parent) .play ();

  • Need help with movie controls (specifically the reboot)

    Hi all

    Noob question, so bear with me.

    I have a site that loads a page with video playing on one of the pages.  I put it in place so that clicking on the button of the page starts the video and clicking on a button for a another page stops the video.

    However, instead of stop the video she just paused, so that when the user returns to the page with the video the video resumes where it left off, rather than restart.

    My site as a whole is a great movie clip, so each page is not loaded when we click a button - the content is just interpolated on the stage.

    Is it possible for me to have the control to stop the film playing (other buttons on the page) or to start playback of the movie (own page button) to have restart instead of the first image?

    Code for the start is really simple:

    content_mc.about_mc. MyVideo.Play ();

    and the judgment is:

    content_mc.about_mc. MyVideo.Stop ();

    Thank you.  I know I'm asking for the wrong thing because I left speechless Google results with what I ask, helps find the right way to do it is appreciated, even if I like a lot the way the site is designed so preferably not redo the whole site would be great!

    C.

    If you do not use a pause button so you can activate your flvplayback instance autoRewind property the flv file will restart from the beginning, whenever it stops:

    content_mc.about_mc. MyVideo.autoRewind = true;

  • Need help to solve the problem in valueset...

    Hi all

    I need help in the creation of the set value.
    My requirement:
    I need 2 1. date settings 2. how far
    When I chose the first parameter (to date) ex: 01-01-2010.
    If I chose the 2nd parameter in this one, I need to display equal or superior to that date (i.e., based on the first parameter). that is, grater than or equal 1 January 2010 "this date. Not displaying does not forward then this date.
    With the help of $flex$, we can do this am getting the error.
    You can help me pls to it.

    Thanks in advance.


    Kind regards
    Leelakrishna.G

    Hello

    If you use the value defined in the program settings simultaneously, the only thing to do is go to the simultaneous program settings screen, go to the parameter "Date from" and mark the field Range as low. Then go to the parameter "To Date" and mark the highest field. In this way, the system will not allow the user to enter a "Date to the ' who is older than the 'Date '. It will be useful.

    Kind regards.

  • Help. Video clip inside a movie clip problem

    I have a movieclip (left with alibis and lying eyes) in a movieclip (watch) and I have buttons on the breast left with alibis and lying eyes I want to go to the labels/images specific to the breast to look at. I tried to do:

    (release)
    {
    watching.gotoAndStop ("one");
    }


    But it did not work. Do you have any suggestions?

    the function() trace to determine the correct path (you can use trace (this) on any scenario to see its absolute path) and ensure the required movieclip exists when the button is released.

  • Need help to move a project file containing...

    So I was working on my computer of friends a little and had a whole project done in CS4. I had to restore his computer and so I moved the folder (which contained all THE stuff of project including render files, etc.) to my computer. Now when he is on my first computer can't find the files and I have manually search all files of 100 or more. Two questions/problems:

    1. If I moved the folder (that was on the desk) which contained what first needs including render files, why he can't find clips? Even if it uses relative locations if she shouldn't be able to locate everything if the folder is placed on my desk?

    2. it says «can't find _.» So I find it manually, but then he jumps the rest of the clips and leaves me not find more than one. What should I do?

    Adobe does not use relative file locations. It uses absolute locations. So to move all the files, the drive letter and the entire directory structure must be the same. From the looks of it your storage space was not very organized, if PR cannot find a file and then asks for the location of the next file. Result in an organized way, PR would only need the first file and can then find all the other files automatically.

    By far the best way out is to use an external drive, which received a letter from fixed drive in disk management, and copy all the relevant files of your PC friends on this disc. Go home, and then use this external drive for your project. (Note that this external must be preferably an eSATA disk, not a USB drive).

    The alternative is to get things organized with regard to the absolute file locations. It may take some time, but it is worth it and has been a lesson for the future do not use "Desktop" to locate your files.

  • Compiled Clips and general Movie clip problems

    Very well. It's like:

    I animated clips with actionscript in them as "("RightWeeve") Hair.gotoAndPlay"; to control the animation.
    I have compile these clips (via click, convert to compiled clip) and pack them in my main movie for convenience and fast loading times.

    The problem is that when I put a number or size of these clips compiled in the library, weither whether they are used or not, the ActionScript for the film stops working, and I need a way to get around, a solution, or something...

    There is no coding beyond what I have mentioned yet. If someone could give me some quick advice, I would be very happy.

    Hello

    If you have a lot of classes, Flash may not export a valid SWF.  How many compiled clips you have in your library?  You could run in this number - http://kb.adobe.com/selfservice/viewContent.do?externalId=kb405257&sliceId=2.  It has been fixed in the AIR 1.5 update for Flash CS4.

    If the bug happens again with the update, you can post your FLA file that illustrates this problem?

    Thank you

    Amel

  • Need help to move the Thunderbirds of Ubuntu to Windows e-mails

    I am moving from Ubuntu to Windows 10 and tries to bring my archives of e-mail with me.

    I copy the folder complete xldkjfdsklj.default (it's another cryptic name) and moves it to the Windows computer. Then I go into tools-> "Import" email in Thunderbird on Windows, but I can only choose to import Outlook files. How to import a file from Ubuntu Thunderbird in Windows.

    Appreciate any help/input

    You don't need to import anything. Just follow these instructions.
    http://KB.mozillazine.org/Moving_your_profile_folder_-_Thunderbird#Create_a_new_profile_and_copy_the_old_one_over_it

    If you have already created a profile on the computer of Win10 that you can start with point 4.
    Note, a profile is created automatically, if there are no Thunderbird.

  • Need help to solve the problem on my Satellite U500 PSU9ME

    Dear Toshiba

    I've always used laptops for years working time or personal laptops; I decided to change Toshiba because I hear a lot how they are and high quality!

    Since I bought my laptop and I'm having all sorts of problems with it!

    1. 1st day I bought the laptop, the screen started black out on me and come back several times, I went to the dealer who has replaced for me right now, but the replacement does the same thing for a while even with the bios and drivers updated and then after a few days it worked fine.

    2. I've updated of bios easily to v1.6 and now 1.7 released and I tried hard updated but the update won t work at all, it keeps stuck to the CMD screen.

    3 today, I had a massage from warning saying that the problem with the cooling system has been detected and I need to return it to the service!

    I'll take it tomorrow at the service, but the laptop was purchased on March 24, 2010 only! And it has been registered online on March 26, 2010;

    The service will open and check it out or fix it but it is neither normal nor acceptable when a laptop cost me almost 1200USD and worked less than 2 months and the experience of this.

    I have didn't even use it again as heavy I used to other brands which has never had a single issue!

    This does not mean your laptops are bad, but IE please help and provide solutions or maybe this model needs an urgent review!

    Thank you!

    Model: SATELLITE U500

    > 1. 1st day, I bought the laptop, the screen started black out on me and come back several times, I went to the dealer who has replaced for me right now, but the replacement does the same thing for a while even with the bios and drivers updated and then after a few days it worked fine.

    Seems, that it was a software issue since I noticed a similar problem after receiving some updates from Microsoft is the updated graphics driver

    > 2. I have updated to bios easily to v1.6 and now 1.7 released and I tried hard updated but the update won t work at all, it keeps stuck to the CMD screen.

    Wonder why you n t read the FAQ/HowTo section in this forum.
    Here you can find the BIOS update HowTo!
    http://forums.computers.Toshiba-Europe.com/forums/Ann.jspa?annID=60

    > 3. Today, I got a massage from warning saying that the problem with the cooling system has been detected and I need to return it to the service!

    Seems the cooling starts module malfunction the ASP technician should help you

    > The service will open and check it out or fix it but it is neither normal nor acceptable when a laptop cost me almost 1200USD and worked less than 2 months and the experience of it all.

    You're right, this is not normal cell behavior but it must be said that it s a machine and the machine could begin to malfunction it s nothing unusual and in your case, it was simply bad luck that happened after a short time of use

    I had a Toshiba laptop for 6 years and guest what? It s work great since the day of purchase trees

    Good day...

  • I NEED HELP TO SOLVE MY PROBLEM OF SANDY BRIDGE CHIPSET!

    Hello

    I need someone to receive the update for my Pavilion Dv7 help 4290us part!.

    It is one of the machines involved in the problem of Sandy Bridge, I checked several times...

    I'm already registered the laptop

    Thanks in advance

    Manuel Ramirez

    The number of product of your laptop is XZ037UA #ABA (here ABA means this model has been sold in the United States only). Where was this laptop bought exactly and where are you located now?

    HP offers a comprehensive guarantee and ideally, this should be covered free of charge. You can find more info on link below

    http://support.HP.com/us-en/document/bpr01266

Maybe you are looking for

  • How to make the homepage to appear when opening new tab

    Under Firefox 40.x whenever I opened a new tab, my home page appeared. When I upgraded to 41.0, opening a new tab displays the suggested sites. How do I have my home page appear whenever I open a new tab?

  • Sony Vaio SVE14A35CHX keyboard option missing in Vaio Control Center

    Hey,. I recently did a new install of Windows 8, everything wiped and installed 64-bit Windows 8. I also bought a new keyboard that has backlit keys. I know that the work of backlight, because when I force shut down the computer, just after it stops,

  • the upgrade of my laptop

    What can I upgarde my Hp pavilion dv4-1235ee dual core i5 processor?

  • Drivers for Extensa 4420 - service not available?

    Hi people, I've updated a laptop Acer Extensa 4420 of Vista to Windows 7.  I tried for over a week to download drivers Windows 7 x 64 for this PC, but whenever I select Windows 7 x 64 I get this message: "Service unavailable". For most of my attempts

  • Windows defender error: 0x800106ba lights on request

    When activating Windows Defender program I get a window that says the program stops. I followed the instructions to activate the program... that's when I get the error: 0x800106ba. Went to Microsoft Windows Help and followed several process... still