Loop keeping second animation on hold

hello every one
i have an animation loop which triggers another animation.
The problem is
the loop is on hold while the animation it triggered is
completed.
I wish some one could give me some examples on how loops
could trigger other
animations.
Swapping the loop for an exitframe is not an option it
appears.
thanks in advance
ahmed

yeah I meant a repeat loop.
could u show me how i could use flags or switches to overcome
the problem.
I need to trigger an animation when ever a condition is met
in the repeat
loop.
thank you
ahmed
"dsdsdsdsd" <[email protected]> wrote in
message
news:fs4h5v$hoc$[email protected]..
> do you mean a 'repeat' loop??
>
> usually 'repeat' loops in lingo or 'for' loops in other
scripting
> languages
> run until completed;
>
> so if you have an infinite 'repeat' loop, you will
effectively stop your
> movie;
>
> otherwise consider exitframe or stepframe loops;
>
>
>
>

Similar Messages

  • Is there a way to keep an animation playing for a mouseout event when you start a new one?

    I have some buttons that on mouseover they animate scaling up and on mouseout they scale back down. This is working great except the scenario when a user mouse's over one button then immediately mouse's out to the next button the animation on the first button abruptly stops and the animation starts on the current button. Is there a way to keep the animation playing for the first button AND have the animation play work for the second button?
    I have uploaded a quick demo to illustrate what I mean. Also I've uploaded the project file if anyone can find a solution. Thanks!
    Dropbox - edgeAnimateButtonSample.zip

    You need to create two symbols for these two buttons, so that both can play simultaneously.
    I have created a sample for you @ https://www.dropbox.com/s/e59agt7mr8r785l/newedgeAnimateButtonSample.rar?dl=0
    hth,
    Vivekuma

  • My I Phone 4 keeps putting me on hold or mute or hanging up on me from my face touching the screen. returned one phone and now my replacement is doing the same thing. this is crazy. my iphone 3 didn't do this!

    My I Phone 4 keeps putting me on hold or mute or hanging up on me from my face touching the screen. returned one phone and now my replacement is doing the same thing. this is crazy. my iphone 3 didn't do this! the screen is suppose to turn black when it is near my ear so that you can not do this and then turn on again when you pull it away. This phone is not doing this. 

    Are you using a case around your phone? If yes, did you make sure the proximity sensor is not covered?
    Try without the cover to make sure the sensor is working.
    A protection film on your screen can also cover the sensor and result in a dysfunction of the sensor.

  • Loop keeps writing over textarea

    hi everyone, im writing a small application where if a certain word is found in a hashmap, id like it to be printed in a textarea. However, the loop keeps on running a setText method, and im guessing this keeps on writing over the previous text written! i understand why it is doing this, but i just cant think of a solution.
    if i run system.out.println on the temp[] variable, the right words are being printed out to the terminal, so its just a matter of transfering these words to the text area.
    below is the code for the loop, and also the method addtoarea.
    please let me know any suggestions you may have!
    thanks alot
    Torre
         for (int i = 0; i < temp.length; i++) {
    if (hashMap.containsKey(temp)) {
              pt.addtoarea(temp[i]);
                        num++;
    public void addtoarea (String s)
         area.setText(s);

    //Import needed packages.
    import javax.swing.*;
    import java.util.*;
    public class Test extends JFrame
         //create textfield and call the base class construtor
         JTextField area;
         public Test(String str){
         super(str);
         area=new JTextField();
    //set Text of the JTextField
    public void addtoarea (String s)
                   area.setText(s);
    public static void main(String[] args)
              //create an object of the Test class
              Test t=new Test("Hi");
              t.setSize(300,300);
              t.setVisible(true);
              t.getContentPane().add(t.area);
              Map hashMap=new HashMap();
              String[] temp=new String[5];
              temp[0]=new String("Hello");
              //check if hashMap contains key if it does set the Text and break out of the loop.
              hashMap.put(0,temp[0]);          
              for (int i = 0; i < temp.length; i++) {
              if (hashMap.containsKey(i))
                  t.addtoarea(temp);
              System.out.println(temp[i]);
    break;
                   i++;
    }//end of main
    }//end of class TestSwing is not thread safe so you would need to place it in a sepreate thread it would be something of this sort:Runnable doWorkRunnable = new Runnable() {
                        public void run() {
                        ....stuffs
                             SwingUtilities.invokeLater(doWorkRunnable);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How do I loop a single animation within a movie?

    Hi all,
    I'm sure this is very basic, but I'm having trouble finding an answer in the forum.
    To explain:
    I've created a flash banner for my website. This banner starts with an animation of text and the logo fading into frame.
    What I would like to do, once the introduction animation has played through, is periodically have the logo pulsate.
    I'd like to do this without obviously looping the entire animation. How would I set it to just loop a single movie in my scene.
    My banner is created using Actionscript 2.
    Any advice, and preferably suitable Actionscript 2 code, would be greatly appreciated.
    Cheers,
    C

    Put the pulsating animation inside a movieclip, so the frames are inside the movieclip where it loops itself leaving the main timeline to do whatever it needs. Research how movieclips work.

  • Looping a 15 second animation on a DVD

    Hi there,
    Can anyone tell me where the setting is in DVD Studio Pro to request that when it reaches the end of the chapter..it should go back to the beginning and play again. I saw this yesterday..and now I can't find it...aaaaaaaaaaaargh.
    Hope you can help.
    Carol Ann

    Put the footage in the sequence multiple times before outputing and encoding. If you put the 15secs on the timeline loads of times the laser wont have to re-focus all the time. It will appear to loop every 15secs to the user but will actually be a longer loop,
    -Jake

  • Loop 30 seconds

    I am making a simple web banner in Flash Professional CC (AS3).
    The file has following layers:
    Actionscript (A button covering the entire button with a clicktag code embeded in "Action"
    Picture 1 (Last for the first 5 seconds)
    Picture 2 (Last for 5 seconds after picture 1)
    Now I however need to make this banner loop. In the publish settings I can press loop at it goes on forever - but I need it to keep looping for 30 seconds.
    What code do I need to use in order for that to work? And where should it be placed? 
    (An alternative is a code to make it loop 3 times, since its 10 seconds. But that limits me to not change the actual time of the looping)-
    Hope someone can answere this

    You could simply use a setTimeout() function call to have the movieclip stop() after 30 seconds elapses. 
    Another option would be to use the Timer class.
    If you want to go the 3 loop route then you place a counting variable in the timeline and increment its value and check it at the end of the timeline and stop() when it detects three loops have been completed.

  • OS 10.4 clean install failing in a loop on second DVD - Help?

    I am clean-installing 10.4 using the original DVDs on my iMac 20" that is only about 6 months old (PPC.) The first DVD installs fine, it checks the disc etc., then it asks for the second DVD. I pop it in. It hangs for a long time, then it starts to install Keynote 2. A few seconds into this, it restarts the process as though it had just asked for the 2nd DVD and I insterted it. It looped like this for 3-4 hours. The Error Log never reports anything wrong for long enough for me to see. There are no errors while it is hanging.
    I've tried it twice clean. The computer ran fine before I did this. I got a new MacBook Pro and am giving my iMac to my sister, and I wanted to clean install it for her. Disaster - now it won't work either way...
    Any ideas? Is it just bad media on the second DVD? Is there something I can download?
    Thanks for your help!
    Rob
    20" iMac (PPC) and MacBook Pro 17"   Mac OS X (10.4.7)  

    Why not try to install using the Custom Install option (you can install just disk 2) and select not to install Keynote and anything else it balks at.
    In that way, it might get you up and running and then, as sugggested, contact Apple and try for replacement disk(s).

  • How to loop a flash animation in Dreamweaver?

    I have a simple animation I have converted to .flv. Load on a page in CS5, checked Auto Play and Auto Rewind, but I want the animation to loop.
    It plays when the page opens, but won't loop.
    http://www.minster.com/machinery/e2h/options/asm.html
    Any suggestions?
    Thank you.

    Hi
    This feature must also be enabled in the swf file using actionscript, simply setting the parameters in dreamweaver does not work.
    PZ

  • Please help - 3 second animated buttons

    Hey all,
    I am using Flash CS3 to create a button for a site I am building in Dreamweaver CS4.
    The button I am trying to create looks like a volume knob on a guitar amp. I need it to
    start at zero and then "turn up to 10" over a period of 3 seconds when the user hovers over
    it. It also needs to play a sound on mouse over.
    I have created seperate images in photoshop for the knob pointing at each increment 1-10. I
    added these to a new Flash doc on separate layers. However I cannot figure out how to get it
    set in a button. I tried both the layers version and exporting it as a movie and creating a
    movie button.
    I have created simple buttons but not one that "plays a longer animation" like this.
    Thanks for any help you can provide!

    Thanks! I appreciate your patience with my lack of knowledge here.
    So I created a new .fla file as AS3, inserted each image into a frame and applied the stop() command to the first frame:
    I then saved it as a Movie (.swf)
    Is that correct?
    Next steps...Do I then take that exported movie and insert it into a new layer in the original .FLA file and apply the action you outlined in your post?
    Thanks again for your help and patience!!!!

  • Looping a short animated gif over the length of a movie ?

    Hello,
    I hope I have a good question here.
    How would you suggest looping a very simple 3 frame .gif animation over the entire length of a 3 minute video ?
    I have placed the gif animation on the timeline, and then positioned it as I want it to be, however, simply copy and pasting the video over and over again doesn't work, and adding it again from my bin, places the animation in the middle of my video, which is not where I want it.
    Thank you for any suggestions on how to go about this.
    Dave.

    You could try putting the overlay in a separate sequence with position etc as you wish, then make another sequence of several loops of the first sequence, and then use the longer version on the main timeline.

  • Bug with GTX 780, reboot loop 2 seconds

    My X510 is el diablo ! lot of problems... lot lot lot... I have a GTX 780 KFA², it's a good, very good... but when reboot x510 (restart windows/computer) is reboot loop every 2s... windows off... power supply make 'clac' (i suppose 'off') 1s... power supply 'clac' (on) and i have not time to see lenovo logo on display, power on approxymatively 2s ... and power supply 'clac' (off) 1s... power supply 'clac' (on) ... loop mode.... i do unplug the power cable for 20 secondes and replug to restart correctly the x510...  

    You have to switch to a ME8 bios (latest) or the GTX780 won't work. Alternatively buy a newer Z77 board. Older bios versions of your board are too outdated for latest generation GTX7xx boards. Indeed oc will be limited with a ME8 bios howerver but besides not using the vga or using a different board there is no other option.

  • I clicked on Firefox's "save password" on a blogsite, now I can't "comment" on that site, I'm caught in a loop, keep getting logged out of that site when I try to comment, but not a problem when I try Explorer.

    When I navigate to the page to view comments and leave a comment myself, the comments appear but the link to leave a comment is missing, and my username and password is pre-populated in those fields (presumable by the Firefox "save password" program)on that "comment" page. When I click "submit" to log in again, I am logged in but redirected back to the front page. When I click on the page that allows me to leave a comment, I get kicked out again. I'm caught in a loop.
    I do not have this problem when I exit Firefox and open Internet Explorer and go to that blog site, although the username and password fields are automatically populated when I type the first digit of my username, probably because Firefox is still operating in the background on my computer.
    I tried clearing two hours of recent history, as that was the timeline when I clicked on "Save Password" from the pop up box, but it didn't help.

    You can find the links to download the Flash plugin for Windows at the bottom of this page:<br />
    Adobe - Common Flash Player download and installation issues (Windows): http://www.adobe.com/products/flashplayer/support/index.html
    Go to: 3. Download Adobe Flash Player

  • Approver is not saved when Requisitioner keeps the SC on hold.

    Hi
    Scenario:
    Requisitoner creates a shopping cart (SC) which does not require an approver. He puts the SC on hold. Later when he changes the same SC such that it requires approver.This time the approver is correctly determined and is displayed on the approver preview screen. Now if requisitioner puts the SC on hold or submits it then this approver information is lost. Next time the same SC is opened it does not display the approver.
    I debugged the SAP standard code and found that in FM BBP_PDH_WFL_START, it calls FM BBP_PDH_WFL_START_NOW and passes approver information to it (in internal table lt_approver), which is then saved in the database.
    In FM BBP_PDH_WFL_START, it copies the approver from internal table it_approver[] to lt_approver[]. This is done only when iv_buf_task = iv_cond_task. But in case of above scenarion iv_buf_task is blank and iv_cond_task contains the task id, hence the condition becomes false and approver info is not updated in table lt_approver[] resulting into no approver update in the database..
    I also found that the value of buffer parameter gv_wf_buffer_task is assigned to iv_buf_task in FM BBP_PDH_WFL_DB_UPDATE. But in the above scenario buffer parameter gv_wf_buffer_task is blank.
    I have found the where the problem is, but since its a standard SAP code we cannot change it. If anybody has faced a similar problem and knows the solution/SAP note to fix it, then please reply.
    Thanks,
    Pratiksha.

    Hello Pratiksha,
    Didi you check OSS notes dealing with your issue ?
    Have a look at Notes:
    - "1228213 - Incorrect changer for held documents"
    - "1273627 - No workflow for held documents and ad hoc approver".
    Regards.
    Laurent.

  • I want to disable parallax but keep the Animations on 7.0.3?

    I got the new iOS 7.0.3 and I want to disable parallax. On 7.0.2 I would enable reduce motion and it would turn of parallax. Now when I turn on reduce motion it turns off parallax AND the animations. How can I ONLY disable parallax and not the animations???

    That is very easy to do.Just go to settings>general>accessibility>reduce motion and turn that on  http://support.apple.com/kb/HT5595

Maybe you are looking for