Resizing a whole animation

Hello,
I was wondering if there was a way of resizing a whole
animation. All the keyframes and everything.
i have made an anim in 1280 x 1024 and am resizing it to 800
x 600. I can resize the frame no problem, but the objects/symbols
are still the size i drew them.
So far I have tried edit> select all frames and scaling it
down, but this only changes teh frame that the playhead is on. I
have tried edit > edit symbol and this also only changes the one
tween or keyframe.
How can i resize the whole lot without having to go through
every keyframe and scaling by hand?
thank
Apples
So

use the "Edit Multiple Frames" feature located in your
timeline panel.
This is a popular question here and I post this link
everytime:
http://www.biteycastle.com/lessons/emf.htm
--> Adobe Certified Expert *ACE*
--> www.mudbubble.com
--> www.keyframer.com
feedmeapples wrote:
> I havent exported and placed the animation yet.
> still need to do more to it.
>
> i just want to resize it now so i can carry on working

Similar Messages

  • Is there anyway to resize my whole GUI window

    I want to resize my whole gui window without having to go through each controls individually. is there any way to do that

    Hi Dhasan;
    Have you tried option on the VI Properties menu (Menu/File/VI Properties) category Window Size that is called Scale all objects on front panel as the window resizes? It’s a checkbox you just need to activate. Let us know if you find it and if this solves your issue.
    Bye!

  • Resize images in animations *without* scaling

    Keynote's animations allow you to resize objects (e.g. shapes) by scaling — i.e. having a shape grow or shrink during presentation, while keeping its aspect ratio constant; but what if you want to just specify the final dimensions yourself, such that the shape's aspect ratio is *not* preserved? Is there any way to, e.g., have a rectangle seamlessly transition into a square (or vice versa)? I'd be so surprised if this weren't possible, but I can't seem to figure out how to do it.

    Magic Move seems to be it, and it seems to be limited.
    You can make a square turn into a rectangle. You can even change the color of the final object. You can rotate the final object using CMD and repositioning a corner - but only if the shape innot modified in other dimensions
    However, Keynote has a low tolerance for other changes:
    E.g., if you edit the final object (Format > Shape > Make Editable > move any handle) you lose the "magic" and you get a simple dissolve to a second slide with a new object. Same is true if you reshape the object and then attempt to rotate. 
    Playing with it is about the only way to find what works.

  • How to move a whole animation

    I'm using CS4 (actually the original fla was written in 2004MX) and have a completed frame-by-frame animation which is now in the wrong place on the Stage.
    The final animation now only takes up a small part of the original stage, so I want to move the whole thing ( a complicated mixture of frame-by-frame and tweens , 6 layers and 700 frames) up to the top-left corner and then reduce the document to fit.
    Am I missing a very simple solution?
    Thanks
    Dave

    Here is a little trick, select all of the frames and right click and
    copy all frames then create a movieclip then select the first frame
    and right click and paste frames. That will take all the assets and
    the animation and paste it in the movieclip then you will see the
    animation when you put the movieclip on the stage.
    Best Regards,
    Edithson Abelard
    Founder / Chief Interactive Developer and Multimedia Designer
    E: [email protected]
    P: 631.371.6376
    F: 866.328.4409
    Passion 47, Inc
    www.passion47.com

  • Help needed: Resizing a whole video track

    Hello everyone
    For starters, forgive my poor english syntaxis
    Recently i have filmed a concert with several Gopro cameras (in 1280x960) and a 7D (in 1920x1080).
    Now i want to edit all this in Premiere, with a final format of 1280x720. I'll have bits of gopro film and bits of 7d film.
    What i want to do is have, for example, a Gopro track with my gopro bits and a 7D track with all my 7D bits. My gopro bits fit perfectly in the comp, since they have the good width (it crops the height, but that's what i want), but the 7D clips are too big (1920x1080 instead of 1280x720). I could resize each one of my clips in the properties, but since they are WAY too many of them, i would like to scale down the whole 7D track. Is there a way to do that?
    Thank you!
    Ricardo.

    I thought about editing the whole 7D track in a dedicated sequence, but it would mean jumping back and forth the main sequence and this one to edit the movie... Not very pratical.
    But the 'scale to frame size' is almost perfect. Should have thought about that. Thanks!
    Anyway, there should be a global track effects/transform control, not only for size but also color correction, rotation, position, etc without having to precomp everything. Don't you think?

  • How resize an flash animation

    Hello,
    I would like resize an animation (an complex scene ) 600* 300
    pixels to 1200*300 pixels. Why ? I would like import thos to a web
    page with frontpage 2003. Thanks for your help !!!
    I use flash pro 8

    Use swfobject for Flash detection. It also allows for "alternate content" which could be your image, as well as descriptive text.
    http://code.google.com/p/swfobject/
    Best wishes,
    Adninjatrator

  • How to move and resize a whole layer with different objects and groups

    Ok, I am a bit confused here.Things are not working like I thought they would and the documentation has confused me more.
    currently in my code I have
    var embedLeftSleeve = new File(folderPath+"/LeftSleeve.ai");
    var leftSleevePlaced = doc.groupItems.createFromFile(embedLeftSleeve);
                            leftSleevePlaced.top = currentHeight;
                            leftSleevePlaced.left = 0;
    I am importing an AI file and trying to put it into its own layer. I want it (the imported ai file) into into it's own layer. And I would like the layer to be setup the exact way it was in the original. But, after the import it seems to group non-grouped items, some of the objects are not showing the same way they did (like a shape with a gradient fill in it).
    And finally, I want to scale all of the items in that layer as if I selected the layerer in illustrator and scaled it by hand (but scripting it to a set scale).
    Can someone please help me. I am digging deep into the documentations and looking all over online to find what I want with little luck.
    John

    Any chance of a sample of your art? I had a quick and my test art does NOT break up or look any different.
    I've been trying to build myself a set of library functions so my methods may appear a little odd.
    This was fine for me…
    #target illustrator
    var sleveArt = new File ('~/Desktop/Untitled-2.ai');
    var artName = sleveArt.name;
    var docRef = app.activeDocument;
    with (docRef) {
    pageOrigin = [0,0];
    rulerOrigin = [0,0];
    var docHeight = height;
    myLayer = layers.add();
    myLayer.name = artName;
    myGroup = myLayer.groupItems.createFromFile(sleveArt);
    myGroup.top = docHeight;
    myGroup.left = 0;
    resizeObject(myGroup, 140, 140, 100, 'BL');
    selection = null;
    function resizeObject(obj, sX, sY, clw, tr) {
    if (verifyObject(obj)) {
    var transAbt = getAnchor(tr);
    obj.resize(sX, sY, true, true, true, true, clw, transAbt);
    return true;
    function verifyObject(obj) {
    if (obj.typename == 'CompoundPathItem'||'GraphItem' || 'GroupItem' || 'PathItem' || 'PlacedItem' || 'PluginItem' || 'RasterItem' || 'SymbolItem' || 'TextFrame') return true;
    else return false;
    function getAnchor(x) {
    var thisTrans;
    switch(x) {
    case 'B' : thisTrans = Transformation.BOTTOM; break;
    case 'BL' : thisTrans = Transformation.BOTTOMLEFT; break;
    case 'BR' : thisTrans = Transformation.BOTTOMRIGHT; break;
    case 'C' : thisTrans = Transformation.CENTER; break;
    case 'DO' : thisTrans = Transformation.DOCUMENTORIGIN; break;
    case 'L' : thisTrans = Transformation.LEFT; break;
    case 'R' : thisTrans = Transformation.RIGHT; break;
    case 'T' : thisTrans = Transformation.TOP; break;
    case 'TL' : thisTrans = Transformation.TOPLEFT; break;
    case 'TR' : thisTrans = Transformation.TOPRIGHT; break;
    return thisTrans;

  • Flash won't finish the whole animation

    Okay so I obviously searched the whole internet tryingto find an answer but didn't stumble across one so her is my question.
    In Flash Pro CS5, everythime I watch a preview of the flash below, it shows the whole thing. But when I publish it/export, it stops right where the flash at the bottom stops. I really don't get it. I tried changing the settings in the publish menu but I have no luck. I tried to move they keyframes around, still nothing! Please help! Thanks!
    BTW, it is transparent so it might be a little hard to see but is still noticeable.
    http://dhsrobotics.org/2012/IMAGES/best%20flash.swf

    You probably should have used a different background color so that your problem and explanation are more clearly expressed.  There is nothing resembling a "flash at the bottom" to be seen, and the file does not stop, it keeps cycling but seems to cut off where it might supposed to be going on to show what text appears after "Science &". 
    So if you meant that it restarts before it is done, then you need to find what is causing it to go back to the start and start over again.  I would be looking for something in the way of a gotoAndPlay(1) command that isn't where it needs to be...  maybe related to whatever you are calling the "flash at the bottom".  In saying "it stops right where the flash at the bottom stops.", is a strong indicator that the problem lies there.

  • Resizing animated GIFs

    Hi,
    I use the following code to resize an ImageIcon (which is inside
    a JLabel) :
    public void resizeImageBean(ImageIcon icon, float width, float height) {
        Image img = icon.getImage();
        Image newImg = img.getScaledInstance((int) (width), (int) (height), Image.SCALE_DEFAULT);
        initImageBean(newImg);
    }//resizeImageBean
    private void initImageBean(Image img) {
        ImageIcon icon = new ImageIcon(img);
        imageLabel.setIcon(icon); // imageLabel is a JLabel
        repaint();
    }//initImageBeanThis code seems to work for most image formats, only with GIFs that
    are animated there is some strange behaviour.
    I have 3 cases:
    - Some GIF images are not being displayed anymore after resizing (empty JLabel)
    - Some GIF images are correctly resized, but the animation stops
    - Some GIF images are correctly resized and the animation is still ok.
    I fixed the first problem by changing the compression to interlaced if
    the gif was non-interlaced by using a freeware proggy called GiFFY.
    By doing this the images did resize but ended in one of the 2 last cases.
    Note: by changing the compression to interlaced, the images also showed
    up in the preview label of JFileChooser.
    Anyone has some thoughts on this ? Any feedback will be greatly appreciated.
    Greetings,
    Janiek

    Have you found the solution to your problems.If yes then please let me know how .I am facing simalar problems
    Some GIF images are not being displayed anymore after resizing (empty JLabel)
    - Some GIF images are correctly resized, but the animation stops
    - Some GIF images are correctly resized and the animation is still ok.
    Here's my code:
    import javax.swing.ImageIcon;
    import java.awt.image.*;
    import com.sun.image.codec.jpeg.*;
    import java.io.*;
    import java.awt.geom.*;
    import java.awt.image.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.media.jai.*;
    import java.awt.image.renderable.ParameterBlock;
    import com.sun.media.jai.codec.*;
    //import javax.imageio.*;
    import java.awt.*;
    public class Photo
         public static void resize(String original, String resized, int wid,int het)
              try
                        File originalFile = new File(original);
                        ImageIcon ii = new ImageIcon(originalFile.getCanonicalPath());
                        Image i = ii.getImage();
                        System.out.println("Original image width"+i.getWidth(null));
                        System.out.println("Original image height"+i.getHeight(null));
                        Image resizedImage = null;
                        int iWidth = i.getWidth(null);
                        int iHeight = i.getHeight(null);
                        if (iWidth > iHeight)
                        resizedImage = i.getScaledInstance(wid,het,Image.SCALE_SMOOTH);
                        else
                        resizedImage = i.getScaledInstance(wid,het,Image.SCALE_SMOOTH);
                        // This code ensures that all the
                        // pixels in the image are loaded.
                        Image temp = new ImageIcon(resizedImage).getImage();
                        System.out.println("resizedImage width"+temp.getWidth(null));
                        System.out.println("resizedImage height"+temp.getHeight(null));
                        // Create the buffered image.
                        BufferedImage bufferedImage = new BufferedImage(temp.getWidth(null), temp.getHeight(null), BufferedImage.TYPE_INT_RGB);
                        // Copy image to buffered image.
                        Graphics g = bufferedImage.createGraphics();
                        // Clear background and paint the image.
                        g.setColor(Color.white);
                        g.fillRect(0, 0, temp.getWidth(null),temp.getHeight(null));
                        g.drawImage(temp, 0, 0, null);
                        g.dispose();
                        // sharpen
                        float[] sharpenArray = { 0, -1, 0, -1, 5, -1, 0, -1, 0 };
                        Kernel kernel = new Kernel(3, 3, sharpenArray);
                        ConvolveOp cOp = new ConvolveOp(kernel, ConvolveOp.EDGE_NO_OP, null);
                        bufferedImage = cOp.filter(bufferedImage, null);
                        /* write the jpeg to a file */
                        File file = new File(resized);
                        FileOutputStream out = new FileOutputStream(file);
                        /* encodes image as a JPEG data stream */
                        JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
                        com.sun.image.codec.jpeg.JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(bufferedImage);
                        // writeParam = new JPEGImageWriteParam(null);
                        // writeParam.setCompressionMode(JPEGImageWriteParam.MODE_EXPLICIT);
                        //writeParam.setProgressiveMode(JPEGImageWriteParam.MODE_DEFAULT);
                        param.setQuality(0.7f, true);
                        encoder.setJPEGEncodeParam(param);
                        encoder.encode(bufferedImage);
                        catch (Exception e)
                        System.out.println(e.getMessage());
              public static void main(String [] args)
                   long start = System.currentTimeMillis();
                   resize("beforeCompress90KB.jpg", "resized.jpg",200,150);
                   System.out.println("done in " + (System.currentTimeMillis() - start) + " ms");
    Please reply soon.I really need help
    Regards,
    Shveta

  • How to resize margins / text frames for a whole book?

    Hello, I am new to InDesign, but not Adobe software. I am trying to use InDesign to produce a book I have written for a university course I teach. I have 33 documents all together as an InDesign book. After I printed out some test pages I thought there should be more white space on all sides. I changed the margins by 5mm in the master page on the master document and then synced the book. Now the MARGINS have changed on all the documents, but the TEXT FRAMES remain unchanged. I know that I can change text frame sizes, by hand, but that would take forever. I can't find how I can automatically resize a whole book. Is this not possible?
    Craig

    Before synching, you need to enable layout adjustment in each document (Layout > Layout adjustment). Since you have 33 documents, you might want to run this little script to do it for you:
    for (i = 0; i < app.documents.length; i++)
    app.documents[i].layoutAdjustmentPreferences.enableLayoutAdjustment = true;
    Open all the documents where Layout adjustment should be enabled and run the script.
    Peter

  • Resizing animated GIF

    Hi all,
    does anybody know how to handle (scale, resize etc.) animated GIF image using Java? Any sample or reference would be great.
    Thx,
    My e-mail info: http://www.captchaprotected.com/get.jsp?id=0QdjN0k02J

    Jimi doesn't support GIF encoding and I afraid not support resizing animated GIFs but resize only the first frame. To resize animated GIFs I suggest to use Gif4J (http://www.gif4j.com): it's commercial but it works and works very well.

  • Resize a Document for web Use

    I looked online on how to reduce file size od an .fla file for use on the web but not very clear. I have an .FLA file that is 800X600 px.  when I publish it, I reduce file size, audio to mono etc, and I am getting 1.8mb file, way to large for web use. I tried an swf and flv file but same results. I need to reduce the entire document. I read to use the onion skin the highlight everything then resize but I have over 5,000 frames in my movie. Can someone explain in detail, how to highlight all of the frames in the movie, and then reduce the file to say 400 X 300 px? I am able to drag the onion skin but only to the edge of the viewable document then I must scroll over and repeat the process. there must be an easier way to highlight all frames in the movie then resize the whole thing. Any help would be appreciated.

    I do not think you understand the question. Here is an answer I got off another forum but do not quite understand how to implement.
    If you want to resize everything, a quicker way would be to select all frames (select the onion skin tool) and then resize everything to fit the new canvas size. That way, every frame of your animation will be reduced at once.
    Kglad,
       Does that make sense? How do you get the onion skin to select every frame in the animation?

  • Beginner  resize from fla question

    I have constructed an animation in a flash fla file (i.e. pre
    to generating swf) which is on a 800x 600 px canvas
    For aesthetic reasons It does not work well on site at that
    size and I now want to make the final swf at 400 x 300px
    if I resize the canvas the layers and animation does not
    scale down
    is there any way to resize the whole thing - or display it
    half size on the final page
    it would be a pain to have to rebuild the whole thing again
    from scratch - resize for every layer and every key frames, yikes!
    any suggestions/ workarounds appreciated
    gav

    Hi,
    Does your SWF include any bitmaps or any content that may be
    affected with resizing? if so, you can resize your SWF from the
    HTML, just write the new size instead of the old one in the SWF
    size in the html.
    If your SWF includes content that may be affected with
    resizing such as bitmaps, then you have to go the hard way. When
    you write the new document size, you will find the content are
    fixed to the top left of your new size, so you will need to edit
    the parts in the right and bottom of your Flash. You can use Edit
    Multiple Frames (The icon in the time line bottom bar) option to
    edit more than one keyframe at once, just drag the indicators to
    include all the frames your want to edit. This will help alot and
    reduce the needed effort to editing each keyframe.
    I know how painful this problem is, but I hope this helps
    alittle

  • Animated GIF export issue

    Odd new issue surfaced today - frame animation plays fine when played from timeline but all layers are exported stacked on top of each other for the duration of the whole animation.
    I'm able to see that because the layers have transparency.
    About animation - 8 frames with in endless loop, imported into a timeline via 'Make Frames from Layers' command in a fly-out menu in the Timeliine window.
    Tweens for animation are off, 01.sec delay for all frames
    I was able to export animated GIF before, wondering if this issue is tied to the latest update.
    Anyone else is experiencing this weird issue?
    -thank you
    Photoshop CS6 Extended
    Windows 7x64 SP1

    Thank you for your reply!
    I check exported GIFs in various browsers and XnView viewer.
    It's definitely not a preview  issue - i have 32Gb of RAM and Nvidia Quadro 4000 GPU on my system.
    I believe the issue is with transparency, because i'm able to export GIFs with solid background just fine
    GIF export dialogue window has 'Transparency' checkbox, so it looks like it should be possible to export an animated GIF with transparent background, but for some reason i'm getting all frames at the same time
    thank you

  • How can I convert my animation into a working movie clip that can be used with a new scene?

    Hello all,
    First and foremost, I AM A TOTAL FLASH NOOB. I want to preface this and make it incredibly clear how new this all is to me. I LITERALLY started using flash this morning; that is precisely how new I am.
    With that being said I am going to do my best to explain what I'd like to do.
    I have created an animation of a spider moving its legs back and forth. I want to be able to combine all of the layers into 1 simple animation that can be imported into new flash scenes with the animation exactly how it stands. I have figured out how to convert the whole animation into a symbol AND I have figured out how to import the movie clip from the library. However, herein lies my problem. When I open a new flash scene and import my animation, I play it and it does nothing at all. It's just the static image of the spider I created with no movement.
    I've spent the last couple hours trying to figure out (and doing my own research) what I have done or didn't do to get to this point. I'd be willing to bet I am just going about the entire process incorrectly and I'm simple overlooking a basic facet of the program.
    Any insight to fix my ignorance is greatly appreciated.
    (P.S. Hell, I don't even know if I am using the correct terminology so for all I know I am confusing every person who has taken the time to look at my question. If I am using incorrect terminology please correct me to avoid future hang ups. Thank you.)

    Ned! This totally worked! Thank you! I knew there was a tiny piece of this whole thing that was preventing me from making everything work. Unfortunately as my luck would have it, although I have the movieclip working the spritesheet converter I'm using now no longer recognizes the movie clip. The converter says there are 7 frames in the animation, but doesn't display any working sprites. Just a blank sheet. Frustrating to say the least.
    I'm just going to throw everything out on the table here:
    This is the video tutorial i'm using to convert my animation into a spritesheet. I've done the steps exactly as directly up until the point I actually click "Begin Conversion." When begin conversion is selected, it shows the movieclip exists on the bottom left underneath "list of movieclips" but doesn't actually show any individual sprites.
    Here's the simple sprite converter I am using.
    The irony of this whole situation is that you have successfully helped me make a working movieclip (which was the important piece), but the converter no longer recognizes it. Whereas before, it would at least show the image on the 1 frame of animation it had.
    If you wanted to to take a stab at it and see if you can successfully get it to work I'd be appreciative. If not, I totally understand as you have already been incredibly helpful and have my eternal gratitude for getting me this far. These animation programs can be quite overwhelming when they so vastly differ from one another. Don't even get me started no Anime' Studio Pro.

Maybe you are looking for