How to stop the code that adds video clips

Hello

I have a code simply adding video clips. Video clips are on the same time move along the stage.

The first clip is already on the scene and the code should add three more. Clips of three film set with the instructions if are added correctly (for positions origX and origY).

But after adding the three, he keeps adding them. And not at all defined first x and y, but x = 0 and y = 0.

How can I stop it after you add the three?

The code is in a separate class file.

Thanks in advance!

Duck/public class extends MovieClip

{

var origX: number;

var origY: number;

var i: int;

var newDuck: party;

public void Duck()

{

origX = this.x;

origY = this.y;

this.addEventListener (Event.ENTER_FRAME, moveDuck);

}

function moveDuck(event: Event): void

{

This.x += 0.25;

If (this.x is origX + 50)

{

addDuck();

}

If (this.x is origX + 75)

{

addDuck();

}

If (this.x is origX + 100)

{

addDuck();

}

}

function addDuck(): void

{

newDuck = new part();

parent.addChild (newDuck);

newDuck.scaleX = 0.55;

newDuck.scaleY = newDuck.scaleX;

newDuck.x = origX;

newDuck.y = origY;

}

}

You operate Duck() instanciates an enterFrame function that actually creates instances the duck on the scene. Once started, there is nothing to say things to stop creating new ducks. You can add a loop for which counts the number of ducks you want and then kills the enterframe function. I don't know why your x and y values are reset to 0.

Tags: Adobe Animate

Similar Questions

  • How to stop the transformation Panel Add stroke value to the form I created

    Hello

    No one knows how to stop the transformation Panel in Illustrator CC, adding the value of the race to the prayer of the size.

    In the preferences (Cmd [Ctrl} k]) uncheck the box use a snippet of the limits.

  • How to adjust the brightness of a video clip?

    Hello

    Using the latest iOS on iPhone6s with the latest version of iMovie.

    I could not find how to adjust the brightness of a video I import to iMovie, it is quite dark and I want to increase the brightness or exposure.

    Thank you

    Greetings aytekdorken,

    Thank you for using communities Support from Apple!

    I understand that you want to adjust the brightness of a clip in iMovie for iOS. You cannot adjust the brightness directly, but you can add a filter to a clip or project that could potentially illuminate it for you.

    Add video filters - using iMovie for iPhone

    Have a great day!

  • How to stop the task that runs forever...

    Hello
    I created a procedure with the following code. Using dbms_scheduler I created a single job and called this program. This work is in mode "sleep" for a long time. How can I stop this work.

    create or replace procedure bpc_test_batch
    is
    Start
    DBMS_LOCK (30000000)
    end;


    Kind regards
    Thiru

    Have you tried this already?

    exec dbms_scheduler.stop_job('Your_Job_Name',true);
    
  • Windows Movie Creator... can rotate you the image from a video clip?

    Need help

    Anyone know how to rotate the image on a video clip... the voice and image are therebut photo is on its side

    Need help

    Anyone know how to rotate the image on a video clip... the voice and image are therebut photo is on its side

    =====================================================
    If you use Vista Movie Maker 6...
    There is an effect that can turn the video.

    See the following article:

    Movie Maker-
    How to rotate a video taken from the Angle easily - XP - Vista
    http://www.TipsandTricks-HQ.com/how-to-rotate-a-video-taken-at-an-angle-easily-527

    If you run Windows Live Movie Maker.

    See the following article:

    Shoot a video of 90 degrees with VLC or Windows Live Movie Maker
    http://www.howtogeek.com/HOWTO/14751/rotate-a-video-90-degrees-with-VLC-or-Windows-Live-Movie-Maker/

    (scroll down to: rotate and convert the)
    Video with Windows Live Movie Maker)

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • I would like to know how I can make firefox stop the message that I have to restart my browser to complete the update without having to reboot?

    I would like to know how I can make firefox stop the message that I have to restart my browser to complete the update? I'll restart later, but does not wish to do so immediately. I can
    Click on the cross, but after a few minutes the message is back and I can't figure out how to stop
    It's popping every few minutes.

    You need to restart it.

  • How to stop the annoying alert? "Do you want to view only the webpage content that was delivered safely.

    original title: how to stop the annoying alert?

    How can I stop this issue when I try to open every single photo in my own Web site? : "Do you want to view only the webpage content that was delivered safely.

    Hi Ricardo Mattos,

    Please take a look at the solution provided in this similar thread:

    You want to show only the Web page content that shipped safely?

  • How to stop the printer printing an extra page after that I have print something, with getting http: /h10141 on top

    How to stop the printer printing an extra page after that I have to print something, with mGET http: / h1014.www1.hp.com/pup/inkjet/updates/va/mamifests/b_bu_c_p00_348e88c

    Host: h10141.www1.hp.com

    Accept-encoding: identity; q = 1.0 *; q = 0

    User-Agent: HP - inkjet ink-WebUpdate - 1.1

    printer

  • How to change the format of a video that came off a cell phone. It was released the phone in 3GP format, it will play anything on my computer. It is a telecom xt

    How to change the format of a video that came off a cell phone. It was released the phone in 3GP format, it will play anything on my computer. It is a telecom xt

    How to change the format of a video that came off a cell phone. It was released the phone in 3GP format, it will play anything on my computer. It is a telecom xt

    =================================
    Media Player Classic should read the .3gp files...

    Media PLayer Classic
    http://download.CNET.com/Media-Player-Classic/3000-2139_4-10518778.html

    For conversion... the following freeware can be helpful to try:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory
    http://www.pcfreetime.com/
    (FWIW... you can uncheck
    all the boxes on the last screen)

    After downloading and installing Format Factory...
    Open the program and choose an output folder...
    (this is where you will find your files when they are
    converted)

    Drag and drop your video clips on the
    main screen...

    Select "At?" / OK...
    (the? is the format of your choice)

    Click on... Beginning... in the toolbar...

    That should do it... John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • How to order the code so that it is very.

    Hello.

    I will start by saying that I am very new to flex.

    I have a very basic question which I hope will be very easy for you to answer:

    I want to create a great application in flex and not sure how to order the code so that it is separated into blocks of code. I want a tool like the php include function, or at least be able toseperate code so that it won't end up as a big chunck of code on a single page.

    What do you think is the best way to do this?

    Thank you for your time.

    You start in Flex, but if you are not new to programming in general, you have probably heard of the MVC design pattern.  In consider sure Adobe Cairngorm for Flex and MVC, check Mate, PureMVC and well.  In my view, however, MVC is overkill in many situations, even large apps (unless they are multi-developers projects).

    You can also look in code-behind, a model of design often seen in c# work, although I have not used it myself.

    Do as the second poster mentioned and split your application into sections MXML and Actionscript, but go further and split your application into several custom components.  Each component can have its own file MXML and Actionscript.  I found it's way faster and easier to organize even large applications.

    Programming Flex 3 from Oreilly publishing has a large section on how to break down your application into several manageable components.  And there is probably a chapter like him in many Flex books.

  • How to stop the restructuring (ran manually) that runs in the backg

    How to stop the restructuring (ran manually) that runs in the background.

    I tried to stop the database of EAS, but received error message saying that it is not acceptiong orders.

    No, do NOT overlay the files with the new versions. The Esm files, PAG and IND are what you need. If you delete anything, files ending with n. depending on the version, when the application starts, it can remove them automatically.

  • How to stop the blue e screen to start the computer and also if you try to download anything

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    How to stop the blue e screen to start the computer and also if you try to download anything:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Hello

    We need numbers BBCode or Code to stop the bluescreens and utilities below will help you
    provide us information. Also the methods here can help you solve the bluescreens.

    Look in the Event Viewer to see if something is reported on those.
    http://www.computerperformance.co.UK/Vista/vista_event_viewer.htm

    MyEventViewer - free - a simple alternative in the standard Windows Event Viewer.
    TIP - Options - Advanced filter allows you to see a period of time instead of the entire file.

    http://www.NirSoft.NET/utils/my_event_viewer.html

    -------------------------------------------------------------------------

    Here are a few ways to possibly fix the blue screen issue. If you could give the info from the blue screen that would be
    Help. Such as ITC and 4 others entered at the bottom left. And any other information such as STOP error
    codes and info like IRQL_NOT_LESS_OR_EQUAL or PAGE_FAULT_IN_NONPAGED_AREA and similar messages.

    As examples:

    BCCode: 116
    BCP1: 87BC9510
    BCP2: 8C013D80
    BCP3: 00000000
    BCP4: 00000002

    or in this format:

    Stop: 0 x 00000000 (oxoooooooo oxoooooooo oxoooooooo oxooooooooo)
    Tcpip.sys - address blocking 0 x 0 00000000 000000000 DateStamp 0 x 000000000

    It is an excellent tool for displaying the blue screen error information

    BlueScreenView scans all your minidump files created during "blue screen of death," collisions
    Displays information on all the "crash" of a table - free
    http://www.NirSoft.NET/utils/blue_screen_view.html

    BlueScreens many are caused by old or damaged drivers, video drivers in particular, but there are other causes.

    You can follow these steps in the Safe Mode if necessary or the command prompt Vista DVD or Options of recovery if your
    system installed by the manufacturer.

    This tells you how to access the System Recovery Options and/or a Vista DVD
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    You can try a system restore to a point before the problem started when one exists.

    How to make a Vista system restore
    http://www.Vistax64.com/tutorials/76905-System-Restore-how.html

    -------------------------------------------------------------------------

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    The log can give you the answer if there is a corrupted driver. (Says not all possible driver problems).

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.
    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -------------------------------------------------------------------------

    Often drivers up-to-date will help, usually video, sound, network card (NIC), WiFi, 3rd party keyboard and
    smile, as well as of other major device drivers.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    -------------------------------------------------------------------------

    How to fix BlueScreen (STOP) errors that cause Windows Vista to shut down or restart unexpectedly
    http://support.Microsoft.com/kb/958233

    Troubleshooting, STOP error blue screen Vista
    http://www.chicagotech.NET/Vista/vistabluescreen.htm

    Understanding and decoding BSOD (blue screen of death) Messages
    http://www.Taranfx.com/blog/?p=692

    Windows - troubleshooting blue screen errors
    http://KB.wisc.edu/page.php?id=7033

    -------------------------------------------------------------------------

    In some cases, it may be necessary.

    The Options or Vista recovery disk Startup Repair

    How to do a startup repair
    http://www.Vistax64.com/tutorials/91467-startup-repair.html

    This tells you how to access the System Recovery Options and/or a Vista DVD
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • HOW TO STOP THE NEW ADS ON FACEBOOK... THEY ARE FRIGGIN BORING AND REEK HAVOC WHEN YOU PLAY... PLEASE ME TELL HOW TO BLOCK THEM!

    How to stop the new ads on Facebook

    I get very annoyed by ads to where they are on the web so I use an add-on called 'Adblock Plus' which uses its database to block known ads and you can even block yourself!

    With 'Adblock Plus Adblock Plus ' installed, you can block all advertising photo:

    1. right click on the announcement of photo that you want to get rid

    2. in the menu, click the option that says: ' Adblock Plus: block image... "(it is usually at the bottom of the menu)

    3. when the pop up box appears, simply click 'Add filter' and advertising will disappear before your eyes!

    If this was the answer you are looking for, please click 'Resolved' - thank you.

  • How to stop the "Microsoft" folder opens at startup

    Whenever I start my computer, "C:\Program Files\Microsoft" opens. I went through each item, start nothing leading to this path. (msconfig, registry, and "Startup" in "Programs" folder.) Anyone know how to stop the start to the top of the file?

    You are really the way strong, but as long you are looking at the registry "Run" keys, make sure that the names of path for various startup items are surrounded by double quotes.

    I can find no documentation final for this - and there is certainly some entries in my key Run that have spaces in them, but are not surrounded by double quotes - but in general, Windows behaves better if you either do not use characters such as spaces or surround the path with quotation marks name.

    For example:

    "C:\Program Files\Fichiers Files\Adobe\ARM\1.0\AdobeARM.exe"

    Because registry Analyzer seems to know the space in Program Files, and given your statement that the problem started when you installed Office, I suggest looking for an entry that starts C:\Program Files\Microsoft Office\Office14\

    If you find such an entry without quotes, modify to add and see if the problem goes away.

    In the future, Autoruns is an easier way to find the startup entries... and it shows many places more than just two Run keys you watched.

  • How to stop the open a popup when I click on an icon. I want the icon to do its job.

    How to stop the open a popup when I click on an icon. I want just the icon to do its job and open the file. However, I get the crazy popup indicating to choose the program you want to open the file.
    When we first got it it has always opened when a user has clicked on an icon. Then he started doing this several months ago, and I don't know why.
    Please help if you know how to beat this computer.
    Windows Vista Home Edition
    CEH

    Hello

    There are MANY varieties of the latter with a lot of names, but all can be removed with the
    same methods:

    Vista Antispyware 2010, XP Internet Security 2010, Antivirus 2010 Vista and Win 7 Antispyware 2010
    are rogue antivirus, scams to get you to pay for them while they have no advantage at all.

    How to remove all THE varieties of this malware - please read carefully the removal Instructions.
    http://www.bleepingcomputer.com/virus-removal/remove-antivirus-Vista-2010

    RENAME this as necessary to allow them to perform: (use a different name with the extension .COM instead of .exe)

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run the
    in the regular when windows you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone. (If Rootkits
    UnHackMe execution)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/products/malwarebytes_free

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download
    here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs.
    It is a single scanner, VERY EFFICIENT, if it finds something to come back here or use Google to see
    How to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software (viruses,
    Trojan horses, rootkits, etc.). that has infected your computer despite all security measures that you have
    taken (such as the anti-virus software, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    http://OneCare.live.com/site/en-us/default.htm

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also do to the General corruption of cleaning and repair/replace damaged/missing system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

Maybe you are looking for