Changing the overall Length

Hi all, i'm new to motion and this forum. I am currently working on a wedding video for a friend of mine. I am using one of the templates in motion and everthing works great but the length is too short between scenes. (they move to quick. Since i'm new and using a template i have not gotten into the guts of how motion works; that being said, is there a way to change the length in one full swoop? Meaning increasing each scene the same amount of frames? I hope that makes sence? Thanks in advance

you get an approximate frame rate by using playmcF() and passing the appropriate parameters:
function playmcF(mc:MovieClip,fps:Number,startFrame:Number,endFrame:Number){
clearInterval(mc.playI);
mc.playI=setInterval(fpsF,1000/fps,mc,endFrame);
mc.gotoAndStop(startFrame);
function fpsF(mc:MovieClip,endFrame:Number){
mc.nextFrame();
if(mc._currentframe==endFrame){
clearInterval(mc.playI);
p.s.  improvements can be made on this if timing is critical

Similar Messages

  • How to change the field length in standard sap program.

    Hi All,
    How to change the field length in standard sap program.
    Urgent
    Example:
    Text1 type c length 75,
    To change :
    Text1 type c length 150,
    Point will be rewarded..
    Thank you,
    Vikram.C

    If the only solution is to change the sap standard program, simply change the program, it will prompt for an access key. This key can be retrieved in the SAP support portal (service.sap.com) at keys and requests, sccr keys, register object.
    Sometimes these actions are outsourced to a competence center, so maybe youre not entitled to do this, in any case ask a resident senior developer for support.
    regards, Rob

  • How can I change the overall duration of a project.  I did it once but I can't remember and can't find the answer.

    How can I change the overall duration of a project.  I did it once but I can't remember and can't find the answer.

    You could add more content.
    Or if the project contains stills, these can be lengthened. Double-click on a still photo to open the Clip Inspector. Adjust the duration by typing in the Duration box. Be aware though that if you have transitions either side of the still, you may get odd results with the duration. See this thread for more details:
    https://discussions.apple.com/thread/4269161?tstart=0
    John
    PS. I'm assuming you want to lengthen the project, not shorten it.
    Message was edited by: John Cogdell - added PS

  • Risks of changing the field length of data structure of a Cluster Table

    Hello,
    We are on ECC 604 and had implemented HR & Travel Management. Reporting on these applications is done in BI. We use ESS and & Mobile Travel for  time, travel expenses, etc and use PCLn clusters.
    There is business need to change the length of a field from 20 to 40 for the data structure PTK** of cluster table PCL1. 
    We are exploring various options to avoid core modifications.
    We are also assessing the risks associated with changing the field length.
    I  am asking you for your opinion about the risks associated with changing the field length of a data structure of cluster table.
    Thanks & Regards,
    Manoj K Pingali

    Recently, we came across the same situation where we had to change the length of a field. Let me explain you what precautions we had taken during that time.
    1. Apply the where use list of that table/ Field and check whether it has been used in some program and FM or not. If yes then check one more thing that check the TYPE of another variables on which system has populating data (move, write or in FM parameters). if you will not consider this then you can land you in big trouble. (Conversion dump)
    2. Ask the basis to take a dump of the production, quality and data for the safer side if something does not go right.
    Now, you can do the changes in your development system and then adjust the database and see the impact of it.
    Hopefully, you will not come across any difficult situation in this changes.
    Thanks.
    Anurag

  • How to change the visible length in screen painter?

    Hi Guys,
    we have field in screen which is type to ATWRT but the visible length is set to 11. ATWRT is 30 char.
    Please advise on How to change the visible length in screen painter to make it 30?
    When I try to edit the defined length from 11 to 30. It wont allow me to.
    Thanks a lot!

    Hi,
    Try the below method:
    Goto Screen Painter -> Double click on Input-Output field for ATWRT another screen will appear with attributes of Input Output field -> Increase the Visible length Value there. (Option of visible length is below the Name and Text attribut of Attribute windiw.)
    If the Visible length field isn't allowing change then declare it as a Char type instead of taking the DataType for Data Dictionary.
    Thanks,
    Preyansh
    Edited by: DWIVEDP on Mar 29, 2010 12:42 PM

  • Using javascript to change the "Overall Result" cell in WAD

    Hi experts,
    I am trying to use javascript to change the text of the "Overall Result" cell in my web template using BI 7.0. I am not familiar with javascript, but I this is what I have done so far.
    I dragged the web item "Script" into my web template and I inserted the following code:
    function change_overall_result_to_average() {
    var cell = document.getElementsByTagName("TD");
    var cellText;
    for (i = 0; i < cell.length; i++)
          cellText = cell<i>.innerText;
               if (cellText == "Overall Result")
                     cell<i>.innerText = "Average";               
    In the XHTML view I am using added the onload function to start the javascript every time the web template is loaded. The code works fine when the web template is first loaded and the cell text is changed to "Average". However, if I navigate in my web template, the javascript function is not triggered, and the cell is therefore changed back to "Overall Result". For example, this happens when I pick another selection from one of my dropdown boxes, such as changing the selection from year 2008 to year 2007.
    I don't really know how to solve this problem in an easy way, and the current solution is not good enough. I hope one of you guys can suggest an easy way of fixing this:-)
    Best Regards,
    Morten

    Woodstock apparently renders some Javascript/DOM with some homegrown widget framework which on its turn renders the HTML DOM tree instead of plain vanilla HTML. Correct me if I'm wrong, to confirm this, just view the generated HTML source of the page.
    After some Googling I found out that you need getProps() and setProps() to get and set element attributes respectively.
    [http://google.com/search?q=webuijsf+domnode+site:sun.com].
    If you stucks with this, I recommend you to post this question at a forum or mailinglist devoted to Woodstock, e.g at their own homepage at dev.java.net or the Netbeans forum at nabble.com. You're here at a Sun JSF forum, not at a Woodstock forum.

  • Change the maximum length of a field in oracle apps forms.

    Hello all. The form which is used is POXPOEPO(purchase order) and the corresponding field is Supplier note(NOTE_TO_VENDOR).
    The note_to_vendor field is stored in the table po_headers_all .The length of the field which actually is *480bytes* but if we have to enter more than 480char, what we have to do.
    I used the custom.pll and tried to change the property of MAXIMUM_LENGTH using app_item_property2.set_property('PO_HEADERS.NOTE_TO_VENDOR',MAX_LENGTH,500). But there is no such property it seem. Is there a solution to enter more than 480 bytes in the field Supplier note(NOTE_TO_VENDOR).
    Thank in advance.

    Changing the lenght of the note_to_vendor field in the database or form is not advisable.
    You should create a short text attachment at the header or line level.
    Oracle seeded PO printing programs print this attachment on the PO /FAX.
    This attachment can be much longer.
    Hope this helps,
    Sandeep Gandhi

  • Changing the report Length/LINE-ZISE cause printing issues

    Hello,
    We have changed the LINE-SIZE from 225 to 250 for one of the Z-report. Now some of the printers are causing problem while printing the output. Issue is basically with old printers.
    Has any one faced some issues like this? advice.
    Thanks a lot.

    Hi
    I think the SAP Report support standard report length 255 you can define length of report between 1 to 255 that works fine with all kind of printer. But while printing kindly check the printer properties called page format there you can select your suitable page format than try to print it this will solved your proble.
    Regards,
    Hiren

  • Changing the channel length

    Hello,
    maybe I'm just dumb right now, but I don't get it done to change the length of a channel.
    Can somebody help me pls?
    Thomas

    I have changed the values there but I get still the error.
    Here the error:
     "Kanal wird mit einzufügender Wertezahl zu lang!" (Chn. will be to long with the values)
    I going to add some values in my script with DataBlInsertVal. The Chn is right now about 900 values long and I'm going to add 200-300 values.

  • Is it possible to change the OVERALL RESULTS to TOTAL?

    Hi Guys,
    When we select a field and in the properties of that field select the option Always Display Results row the query displays the total for that field but the text for the total is shown as OVERALL RESULTS. Is it possible to change that to TOTAL instead of overall results?
    Thanks

    Hi,
    There is one SAP note available to change text of Result and Over all result to some other text. You can search that note in service.sap I dont have it with me.
    But the yeast is if you change that it will be applicable to all the reports and it will change the text for all the reports. In order to change it at report level you may wanna use work-book. Not sure what is the solution if you are using web-templates.
    Regards,
    Akshay

  • How do I manually change the song length?

    After finishing recording a song, I have some blank space at the end (about 10 bars) where there's no content on any of the tracks. Just empty bars. How can I reduce the song length to get rid of those unused bars?

    As far as I can see it the only way to do this is to create a new song section of automatic length and then copy all of the parts in from the previous section one by one. The section will grow to accomodate the largest of the parts. Once complete you can delete the previous section.
    Not very elegant.
    tt2

  • Is it possible on iMovie 11, to change the frame length of a still to something less then 0.1s?

    I have about 3008 different still photos that are frames of a slideshow introduction I made. When editing the frame length, the fastest I can make it is 0.1s and that does not look smooth enough. I am very new at this and am not even sure what speed i should have the frames moving so that it looks smooth, and is it even possible for the speed to be faster then 0.1s? Any support would be greatly appreciated, thanks.

    They can enable it by going to Edit - Preferences - Forms and clicking the "Show border hover color for fields" box.

  • OC4J 9.0.4 - Change the overall root / to different root

    How can I change the default root "/" to something like "/webapps" for all applications without setting each application root to "/webapps/appname" in the http-web-site.xml file? We are going to use a proxy to access the OC4J and would like both the proxy and the application server to have the same root (proxy: mysite.com/webapps, ocj4: oc4jsite.com/webapps).

    Jan,
    I assume you're using OC4J stand-alone.
    I recall that in one of the Apache Web Server configuration files, there is a setting which allows directory browsing and the default is to not allow it.
    I'm guessing that OC4J probably has a similar setting and if there is no setting in any of the configuration files, then there could possibly be a System property, probably undocumented, I'll bet, that handles this.
    Happy hunting!
    Good Luck,
    Avi.

  • Changing the overall 'Appearance' colour

    SystemPreferences->Appearance:Appearance provides a hard-coded choice only between two none-too-pretty colours labelled 'Blue' and 'Graphite'. (In contrast to 'Highlight Color' directly underneath it, whose pop-up offers many choices plus a customizable colour!)
    Granted, if colour-customization were made available in 'Appearance', a user could foolishly choose a colour that may conflict with other elements of the GUI; for example, black would obscure the (name of) the action on the default button of any panel. But that would be a user error (and perhaps the way to balance it would be to allow further customization: a choice of colour for GUI text) which the user could quickly rectify; such an option would not be a design flaw.
    So much for the digression: the question is: is it possible to change the 'Appearance' colour with a 'defaults write' in Terminal or by any other workaround, and if so, how?

    Unless you are really expert at Terminal commands, try a third party system enhancer. You can Google for an appropriate one for you.

  • Change the width/length of a showOneTab in ADF faces

    Hi
    I have created a ADF page with many tabs using showOneTab.
    Due to these many tabs i have scroll to the right of the screen.
    The tab lenght taken is the value of text written inside th etab. and due to this its taking so much space
    I basically need to fix the length of the tab adn increase the height of the tab and word wrap teh text inside it.
    Would this be possible.
    Please let meknow in case this is possible
    Thanks

    Changing the lenght of the note_to_vendor field in the database or form is not advisable.
    You should create a short text attachment at the header or line level.
    Oracle seeded PO printing programs print this attachment on the PO /FAX.
    This attachment can be much longer.
    Hope this helps,
    Sandeep Gandhi

Maybe you are looking for

  • Adobe Acrobat Prewiew (miniature) under 64 - bit client

    Hi there... We use Adobe Creative Suite CS3 and now we found out that since the change from a 32 bit XP to 64 bit XP our users not have a chance to see the small versions of the PDF Files in the folders. IS that a normal 64 bit "feature" or is there

  • Patch analysis tool for 11i

    Hi, Is there any tool/script aviable in 11i to patch analysis ? suppose patch 123456 needs to be applied , then is there any tool that will find the the pre-reqs of the patch ?

  • Edit Field with button (...)

    I'm beginner in Java. I'd like a cell in a table with a button (...) on the right side to open a Dialogbox (FileDialog to put a filename in the cell). Thank you in advance for any help. Regards Museti

  • Discoverer - IDL:DCCORBAException:1.0

    Hi, I am using discoverer 10g version (10.1.2.45.20), When we are running queries using plus / desktop we are getting IDL:DCCORBAException:1.0 exception. We have page items on the report, initially data loads properly if once i select any of the page

  • How to add only highest values in the column

    Hello All, We have report where I need to add only highest values in 'Price' column. Ex: Group  Mat      Price Grp1    Mat1    50            Mat2    75            Mat3    100 Grp2    Mat1    50            Mat2    100 I need my result as 200... Any in