I need a MC to loop that is inside a MC...

I would like play head of a movie clip to return to a certain frame of that clip so a MC inside it would loop. I now have: stop(); as the action.
Thanks

That is not a very clear description of what you have and what you want.  Can you provide a more detailed explanation?

Similar Messages

  • I need help with a loop within an hour

    I need to make a loop that gives 100, 10, 1000, 100, 10000, 1000...
    I can use a for loop, if loop, while loop, and do while loop.
    Thanks

    warnerja wrote:
    sharkura wrote:
    warnerja wrote:
    sharkura wrote:
    Sorry warnerja. I know I should have done the same. I just couldn't help myself. I need to keep telling rubbish.
    :D
    ¦ {ÞIt's not too late to edit your spoon-fed solution, though the OP may have seen and copied it by now.And you know this isn't going to make the OP a programmer, unless he/she/it changes his/her/its stripes.
    ¦ {ÞYes, but its laziness will continue to be encouraged more than it should.Nah. It'll crash and burn on the next assignment.
    ¦ {Þ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • I have a macbook purchased in 2009. I just purchased a new ipod and am in a loop of updates that seems to have no end.  Do I need snow leopard? Will that then let me use the latest itune update?

    I have a macbook purchased in 2009. I just purchased a new ipod and am in a loop of updates that seems to have no end.  Do I need snow leopard? Will that then let me use the latest itune update?

    You need to buy Snow Leopard from the online Apple Store. You don't need Mountain Lion.
    (85170)

  • Regarding apple loops that come with GB

    I recently had help with reindexing my apple loops. After deleting all my loop indexes for both the Apple loops that came with GB and the ones I've bought from other sites, I dragged all the loop folders back into GB. I had no problems with dragging the user loops (the ones I bought) and reindexing them. However, for some reason, the apple loops folder that came with GB will not reinstall. The window comes up after I drag it into GB that it is reindexing and then the window comes up with me needing to sign in to ok the process. But when the reindexing is done and I go to show all to see if the apple loops are there, the only ones I can see under show all are the ones that I bought and downloaded. What is weird is that my apple loops that came with GB are on my hard drive as when I click on that folder (Mac hd/library/audio/apple loops/apple/apple loops for garageband) they are all showing there. I can click on them and the demo plays. When I check in the same path but choose apple loops index instead of apple loops, there are no indexes to be found (as should be as I dragged them earlier to trash), but obviously it means the reindexing wasn't done even though the window showed that the process was taking place. I still have all the indexes removed from both apple loops and user loops in my trash. I don't want to delete them in case I need to put something back to fix this problem.
    Any help for me with this? I did do disk utility/repair permissions, but that doesn't seemed to have helped that problem as the list when it was finished did not include anything for GB. I really need to get these loops back in as I already have songs done for leading worship that need those loops.
    Again, any help would be needed and much appreciated.
    Steve

    Let me know how it went if you do
    i can't say i'm any clearer on the issue. another intel mac lists the premissions as
    system Read/Write
    admin Read/Write
    everyone read Only
    and a PPC shows
    me
    system
    admin
    others
    all as Read/Write
    maybe I should now remove myself from having permission to do it
    without a more solid knowledge base from which to draw, it just seemed like a good idea. before i made a change like that and left it, i'd want to do a bit of reading on why permissions should/would be set the way they are. iow, find out if there's a reason i'm not listed, and granted full access as an admin.

  • Hello, had to move to mavericks lost quicktime Pro, Need the feature for looping audio sections repeatedly, I have the install Key from my old QT Pro version, any ideas?

    Hello, had to move to mavericks lost quicktime Pro, Need the feature for looping audio sections repeatedly, I have the install Key from my old QT Pro version, any ideas?

    If QuickTime Player 7 isn't in the Utilities folder automatically, you can install it separately. See:
    http://support.apple.com/kb/HT3678
    Instructions on how to register your QuickTime Pro key can be found in that same document.
    Regards.

  • How to create an infinite loop that cannot be cancelled?

    Hi , im new around java and i need a program that keeps on repeating after each each input/uses(generally meant for different user) and cannot either stop using "Cancel" or "x" while stopping only using the "stop" button
    I got a few lines of codes that look like this : String arg = "";
    do{
    JOptionPane.showInputDialog("hi");
    }while ( arg != "y" || arg!= "Y");
    and it cannot be stop with both cancel and"x"(which i wanted)
    but when i used this logic with
    Valid validUserInput = new Valid();
    do {
    userInput = validUserInput.validUserInput(a);
    switch(userInput){
    case 1 : validUserInput.optionOne(b);break;
    case 2 : validUserInput.optionTwo(c);break;
    case 3 : validUserInput.optionThree(d,e);break;
    default : validUserInput.validUserInput(f);
    }while(looping != "" || looping != " ");
    it does not really work(while it will keep looping, it can be easily stop by pressing cancelled or "x")
    So is there any logic or method that can prevent the program from being stop?
    Thankyou!

    elricscript wrote:
    "That is helpful. It gives him a direction where he can focus his research. Namely, 'how to run a program in kiosk mode' rather than 'how to create an infinite loop that cannot be cancelled.'"
    No... He already mentioned he wants to "e.g Interactive kiosk", so saying "properly kiosk it" isn't adding any new information. Rather it's just giving the person a dead point of: you're doing it wrong. Pointing out someone is wrong is not a positive enlightenment. Pointing someone in the right direction is more productive.
    >"That is helpful. It gives him a direction where he can focus his research. Namely, 'how to run a program in kiosk mode' rather than 'how to create an infinite loop that cannot be cancelled.'"
    No... He already mentioned he wants to "e.g Interactive kiosk", so saying "properly kiosk it" isn't adding any new information.
    Yes it is. He asked how to do it using some Swing trickery, and I said it won't work. Which is true. The OP didn't already know that, clearly, hence the question. Now he does. That's pretty much new information if you ask me.
    Rather it's just giving the person a dead point of: you're doing it wrong.Right. He is. However, the problem is now no longer related to Java, and not something I can help him with. You should try that: not answering questions you don't know the answer to. It's actually more helpful than posting misleading, wrong answers.
    Pointing out someone is wrong is not a positive enlightenment. I'm giving basic technical help, not yoga lessons.
    Pointing someone in the right direction is more productive.As already stated, I am as ignorant of how to make a Java application into a kiosk app as the OP is. What value can I add in light of that information? I began by answering a question that was not stated to be about kiosks. Once the question moved outside of my area of knowledge, I stopped trying to answer.
    I notice you're not giving him any help, being more interested in admonishing others as you are.

  • I need a timestamp in milliseconds that starts when my program starts

    I currently have the current time in milliseconds as a time stamp. I thought I could program a loop that would subtract the first current time from each but I couldn't make my loop do that. Does anyone know how to make a loop such as this or is there an easier way. Also, my time stamp needs to be in the form of a string. This is also causing me problems. Any help would be greatly apprecieated.

    Perhaps I am not understanding the depth of the question, but it seems to me
    that the attached html should show you how to achieve your goal of having a
    loop that saves delta times. Read your initial time outside of the loop,
    then at each loop iteration read the current time, do the subtraction and
    store the result. Using automatic indexing at the output of the loop will
    create your array automatically.
    Hope this helps...
    Jim
    "Amy Slaga" wrote in message
    news:[email protected]..
    > I currently have the current time in milliseconds as a time stamp. I
    > thought I could program a loop that would subtract the first current
    > time from each but I couldn't make my loop do that. Does anyone know
    > how to ma
    ke a loop such as this or is there an easier way. Also, my
    > time stamp needs to be in the form of a string. This is also causing
    > me problems. Any help would be greatly apprecieated.
    [Attachment Delta_Timestamp_1.html, see below]
    Attachments:
    Delta_Timestamp_1.html ‏1 KB

  • How to zero array within loop that displays 3 numbers when program is started?

    i am starting a loop that displays 3 pieces of data that is updated throught the cycle. At the end it displaces the last result. When the program is run again i need these values to be reset. This is a loop inside of a loop inside of a loop.
    Attachments:
    GEM_testset_V2.vi ‏633 KB

    The most evident approach is just to use initialise array function on the first iteration of your loop, but... There are really many loops in your vi, so may be its better to use zeros as defaul values for your array indicaters and before each run apply a "Reset to Defaults" method. But for this you must make some kind of a higher level vi which will perform "reset to defaults" method on your vi as this method doesn't work in run-time (or may be I'm wrong?)...

  • I need one recurcive(unended loop) pl/sql example, its very urgent pls

    Hi,
    I need one recurcive (unended loop) pl/sql example, its very urgent pls
    Thanks,
    Sathis.

    I suppose you'll want to know how to get out of your undended loop too (although that does stop it being unended).
    Example...
    SQL> ed
    Wrote file afiedt.buf
      1  DECLARE
      2    v_cnt NUMBER := 0;
      3  BEGIN
      4    LOOP
      5      EXIT WHEN v_cnt = 1000;
      6      v_cnt := v_cnt + 1;
      7    END LOOP;
      8* END;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL>

  • Need help created state machine that is time based

    I need help with my labview program. My goal is to write a program that allows the user to turn a toggle button on/off. When they do this it will start a loop witch turns on a digital switch for 45 minutes then off for 30 seconds and on and on till the user toggles the switch off. The timing does not have to be precise. I am using the NI 9476 digital output card.
    I have written the code to turn the switch on/off. I know need to add the looped fuction for on 45 minutes/off 30 seconds. I assume the most efficient method would be using a state machine, but I was having trouble figuring it out.
    Attached is the program I have written thus far without the loops.
    Thanks,
    Barrett
    Solved!
    Go to Solution.
    Attachments:
    Test Setup X01.vi ‏16 KB

    I cannot see your code since I don't have 2010 installed. A state machine would be good approach but in order to allow the user to cancel and possibly abort the process at any time your state machine should have a state such as "Check for timeout". In teh loop containing the state machine use a shift register to pass the desired delay value and the start time time for that particular delay. Once the user starts the process set the delay time to your desired time (45 minutes expressed as seconds) and have another shift register that contains the next state to go to after the delay completes. Use a small delay (100ms to 500ms depending on how accurate you want your times to be) to prevent your state machine from free running and then check the delay again. Use the current time and compare it to the start time. If the desired time has passed then go to the next state. You can store the next state in a shift register. No do the same thing for your Off Time state.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot
    Attachments:
    Simple Delay in State Machine.vi ‏14 KB

  • Making a loop that will stop when a double or a float will max out

    Can someone tell me to how I can create a loop that will take a float abd a double value each with a beginning value of 2 and double each value until both variables run out of memory, and return the maximum valid value for each variable? I assume I will need two loops to do this, but I am not sure how to get the loop to stop. I have had the values go into crazy negative numbers when it starts to max out.

    So it does. Apparently that example only works for fixed point math... I did
    System.out.println(Double.MAX_VALUE * 2);and it said "Infinity" which I find a little humorous. In any case, try the static methods Float.isInifinite() and Double.isInfinite()
    EDIT: even weirder!
    public static final double POSITIVE_INFINITY = 1.0 / 0.0;

  • I need to create a schedule that will be performed every day

    Hi,
    I need to create a schedule that will be performed every day. Must start at a specified time and finish their work at a certain time. Joby hooked to this schedule must do their work in a loop, until he completed the work to the procedure. Do you have any solution?

    6e4e5455-0183-4163-be68-1e68fc529042 wrote:
    Hi,
    I need to create a schedule that will be performed every day. Must start at a specified time [...]
    Easy, use DBMS_SCHEDULER to schedule the job to start at a particular time every day.
    [...] and finish their work at a certain time. [...]
    What should it do if it finishes early? What should it do if it hasn't finished its work by the given time? There may be things you can do to make it crash out at a given time - but its helpful to know what your aims are first.
    Joby hooked to this schedule must do their work in a loop, until he completed the work to the procedure. Do you have any solution?
    I don't have a clue what that last sentence means, let alone a solution.

  • Need to convert music videos that are tagged as "Movies" and re-rag them as "Music Videos" to get them out of my movies library and into the Music Video folder. Likewise, I ha e some educational videos that belong in "Podcasts." Help?

    Need to convert music videos that are tagged as "Movies" and re-rag them as "Music Videos" to get them out of my movies library and into the Music Video folder. Likewise, I have some educational videos that belong in "Podcasts." Help?

    Select/highlight the ones that you want to change in your iTunes library, do Get-Info (control-I) and change their Media Kind on their Options tab to 'Music Video' - and then similarly for the podcasts.

  • My loop browser is playing loops that arent on the Hard drive!??!???!

    I have 60's shuffle drummer 01 02 03 etc that i threw out a long time ago. I just repaired perms, repaired disk. Now
    i have these loops in the browser and they play
    but i do not ( ive looked everywhere ) have them on my computer's HD. Isnt it absolute that what is played in the browser must be on the HD somewhere?
    This is the strangest thing that has happened?
    any clues?
    any???

    thanks so much... for your time and expertise.
    1-I want to organize the loop browser so that if i want lets say only electric guitar solo loops or just drum fill loops I could bring all those up in the browser where it says show all ( in the very left column) and they would appear in the same amount ( minus those in 3/4 or 6/8) as they are in the subfolder in the Apple loops HD folder. Thats the first concern i have.
    2-i am not really really sure that every loop i have in my HD (lib>audio>apple loops folder is actually listed in the loop browser. I bought several different third party loops and some have odd names and so forth all in all i must have 6 thousand loops or more...Id like to make sure that they are all indexed properly. Id like to start from scratch. So as not to get duplicate problems etc etc. I would feed the route Hard drive initially free of any loops from an external HD with the loops and re drag the loops in their respective folders onto the HD and then the browser and reindex them so that im sure im doing it right.
    thats the goal. I would ofcourse trash the index document before i do this.
    I understand with prefs unchecked (no filter) the only loops that wont be showing will be those with different time signatures.
    Now, in my newly made HD loop folder ill have subfolders with loops for electric guitars, acoustic guitars, drum kits, drum fills, etc. etc
    What im asking therefore is if i have subfolders with more specific loops in them is it just a matter of dragging each sub folder over the browser and when i go to the browser to search them, I would simply have to click on the very left column where it gives you the options show all etc..
    and i should see the loops in each of these subfolders (minus the different time signature loops) as they are on the Hard Drive?
    i found that Jam Pack 4 orchestral is only loadable if you do it in small amounts. It will not take the whole folder and index. ( thats my experience ).
    So are these feats possible and can i do them the way ive stated it so far?
    now the catch and the problem im having here is that the loops have been assigned different instruments genres that conflict with what i would like. I am not going to go in and change all of them to suit me in APPLE SOUND UTILITY.
    i just want to know they are all indexed and that i can grab them with the above method. do let me know
    i thank you so much.
    gl

  • How do I make one while loop that runs 1 piece of data at a time?

    I have a question about a while loop.  Currently, I have 4 or 5 dynamic data lines that I would like to run through a while loop that will tell me if the data is within a certain range or not.  However, the ranges are different for each piece of data, and I dont know how to do each one separately.  Do I have to make 5 different while loops? Thanks!

    pg22aw wrote:
    I have a question about a while loop.  Currently, I have 4 or 5 dynamic data lines that I would like to run through a while loop that will tell me if the data is within a certain range or not.  However, the ranges are different for each piece of data, and I dont know how to do each one separately.  Do I have to make 5 different while loops? Thanks!
    Do you want to compare the value with a defined value and also the ranges for the 5 data is different?. What are you doing in the while loop. If the data is in an array of dynamic data you can seperate the amplitude value and check the whole array of value with the ranges that is also build same as the data theh you will get the output as a boolean array.
    The best solution is the one you find it by yourself

Maybe you are looking for