How to make Albums in Movies

I'm trying to make albums for my movies but have no idea how too? I thought it was the same way you do it in the tv shows but it does not seem to be working. I'm Trying to make Same Groups of movies like transformers and Harry Potter. Can anyone help me?

Is this what you are trying to do?
http://i1224.photobucket.com/albums/ee374/Diavonex/b90a1495.jpg

Similar Messages

  • How to make albums in iphoto in ipad 2?

    How to make albums in iphoto in ipad 2?

    Is this what you are trying to do?
    http://i1224.photobucket.com/albums/ee374/Diavonex/b90a1495.jpg

  • How to make the whole movie stop

    Hi,
    I want to make a button open a new scene,
    I have that working but it keeps looping,
    How to make the whole movie stop at the end of scene 2,
    Ive tried putting stop(); but that brings errors,
    I want to stop the whole movie, How would i do this?

    click an empty part of the stage in the frame where you want the timeline to stop and in the actions panel type:
    stop();

  • How to make text/objects move nonlinear speed on AE CC?

    Hi,
    I was wondering two questions:
    1) how to make "text holders" that has small animation. Here is an example from a video http://www.youtube.com/watch?v=5oSWt84VoAg (0:41).
    2) how to move objects with increasing speed and soft slow down. I know how to change speed, but how to make it so that it is only accelerating and slowing down? Same examle can be found from the clip above with the place holders and texts.
    Thank you for your help. If there is same kind of discussion going on please let me know. I could not find it.

    All of what you want to do comes down to the fine art of learning how to magle curves in the graph editor, which is nothing you can learn from just watching totorials. You learn it by doing and collecting experience.
    Mylenium

  • How to make smooth line movement?

    Hello!
    I've been searching it everywhere, but couldn't find anything in the net. I want to make smooth line movement. I've tried to create motion, but line just moves, and I want it to move smoothly according to the path. What I want to achieve can be seen here:
    http://www.noartistname.com/demo/
    But that's what I did so far - made movement out of several broken lines - how can I make more smooth movement?
    Thanks,
    Aleks.

    the easiest for non-coders is to tween a mask of the full line.  you can also use the flash drawing methods but that takes some coding.  see:
    www.kglad.com , click snippets, function graphs.

  • How I make my BLURS move in the video?

    I want to know how I make "Blurs" move in the video. The image in the video has obviously movement and I need to put a Blur in some part and I want that blur keep moving along that clip go off.
    ???

    In the Viewer check out the Motion Tab.
    Place your blur where you want it in the frame. Double click it in the Timeline. This will open it in the Viewer. Go to the Motion Tab and then click the little Diamond shaped thing to the right of Center. This will place a Keyframe.
    Move forward in your Timeline, adjusting the placement of your blur in the Canvas. This should add more keyframes as you reposition the blur.
    That's really basic overview. Hope it helps!
    ~Luke

  • How to make the background move over when a movie clip hits the edge

    ok so the idea here is to make a page with written content on it. the conent will not be able to be seen unless the user hits the arrow keys on there key board. So i need to make a group of objects i can make into a movie clip and than inside that movie clip make an animation that plays the squirrel running. i will pause here to ask two things i dont know how to do i want the squirrel to have an animation when standing still where it flicks its tail (like a real squirrel would). and also how would i flip the squirrel so when the left key is pressed it points left and when the right arrow is pressed it faces left? and my main question when it reaches the edge of the stage the extended background that runs off stage moves over to reavel more content. as well as not have the squirrel run off stage? in short i am using the squirrel to view the full pages content.

    You're asking for quite a bit and aren't likely to get anyone to hand you a detailed solution.  Here's some things to think about.
    As far as flicking the tail goes, that's something you'll have to work out as an animation.  You could do it as a timeline animation and/or as a coded animation where you adjust the rotation and other properties of the tail.
    Getting the object to face left and right ican be a simple matter of changing its xscale property from 1 to -1 depending on which way it normally faces (1).
    If you don't have a problem making the squirrel move to the edge, then you should have no problem making the background move either.  You just need to continually check the squirrel x property to know when it hits the edge.  Personally, I would only move the background and leave the squirrel in the center.

  • How to make  a car move with havok

    Greetings.
    I am a total beginner with havok. I want to make a car move
    on a plane with havok. I managed so far to make the car and the
    wheels Movable Rigid Bodies and the plane FixedRigidBody.So far the
    car and the wheels drop down the plane and that`s all
    . First i want to stick the wheels to the car and
    make suspensions for each one separately. I have some demos with
    this but i don`t know where to start from. Could you please give me
    some tips?
    Thank you in advance.

    DANGH_b wrote:
    > I am a total beginner with havok. I want to make a car
    move on a
    > plane with havok. I managed so far to make the car and
    the wheels
    > Movable Rigid Bodies and the plane FixedRigidBody.So far
    the car and
    > the wheels drop down the plane and that`s all
    . First i want to
    > stick the wheels to the car and make suspensions for
    each one
    > separately. I have some demos with this but i don`t know
    where to
    > start from. Could you please give me some tips?
    http://director-online.com/havok/xdev/technotes.html
    Perhaps you should start with something simpler, like moving
    a block on
    plane, then experimenting with dashpots.
    Andrew

  • How to make it to move

    hey
    here is a example that can draw 2 circles and 1 oval. I want to know how to make the second circle round with the first circle aloong oval.
    thank you
    fay
    [email protected]
    Attachments:
    Picture4.vi ‏40 KB

    The blue circle should be drawn as last element, using a loop. You just need to calculate the postion of the center. Quite easy if you use polar coordinates, since an ellipse equation is simply
    x = a sin Alpha + xoffset
    y = b cos Alpha + yoffset
    where a and b are the semi-axis of the ellipse.
    I have modified your vi accordingly. There is still some tunning to be done on the x and y offset, since the ellipse is not centered on the central circle.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Picture4[1].vi ‏51 KB

  • How to make 2 balls move at the same time

    I am working on an app in xcode and I need to make 2 balls move at the same time. When I try to use the same code for both of the balls, the 2 CGPoints interfere. Here is my code in the .m file.
    @synthesize ball, ball2;
    -(void) onTimer {
            ball.center = CGPointMake(ball.center.x+pos.x,ball.center.y+pos.y);
            if(ball.center.x > 295 || ball.center.x < 10)
                pos.x = -pos.x;
            if(ball.center.y > 435 || ball.center.y < 35)
                pos.y = -pos.y;
    - (void) onTimer2 {
    ball2.center = CGPointMake(ball2.center.x+pos.x,ball2.center.y+pos.y);
    if(ball2.center.x > 295 || ball2.center.x < 10)
    pos.x = -pos.x;
    if(ball2.center.y > 435 || ball2.center.y < 35)
    pos.y = -pos.y;
    [self collision];
    - (void)viewDidLoad
              [[NSTimer scheduledTimerWithTimeInterval:0.04 target:self selector:@selector(onTimer) userInfo:nil repeats:YES] retain];
        [[NSTimer scheduledTimerWithTimeInterval:0.04 target:self selector:@selector(onTimer2) userInfo:nil repeats:YES] retain];
        [super viewDidLoad];
        // Do any additional setup after loading the view from its nib.
    Here is my .h file
    @interface game : UIViewController {
        IBOutlet UIImageView *ball;
        IBOutlet UIImageView *ball2;
    @property(nonatomic,retain) IBOutlet UIImageView *ball;
    @property(nonatomic,retain) IBOutlet UIImageView *ball2;

    What do you mean by the 2 CGPoints interfere?
    You're changing the location of the balls by pos.x and pos.y, where is the code for those? what is it doing?
    Why have two timers?  One timer would work , just have the code move both balls.
    The refresh rate for the screen is 60hz. (60 time a second) You'll get better animation if you stick as close to this value as you can.

  • How to make a trailer movie with own photo's

    I am trying to make a trailer in IMovie.  I have made a 'normal movie' and would like to add a trailer.
    Probably a silly question, but where you get the grayed out frames with action, dog, 1 person 2 people, Landscape  etc....
    How do you add your photo to that frame.
    I have converted the trailer - which is fine, and I can add photo'sto the trailer normally no problem, but what is the point of having the grayed out frames with action, pet , landscape etc.  if you can't actually put a photo in the frame??
    I've seen the trailer on Apple, and it looks good, but I can't seem to able to mimic it.
    Thanks

    You can only add video clips to the Trailer templates (called "animatics"). As you may have discovered, you can only insert still images when you convert the Trailer to a normal project.(File>Convert to Project).
    John

  • How to make a downloadable movie?

    How can I save a Quicktime movie (iMovie or Keynote) and make it automatically download like you can a PDF? Because of bandwidth considerations I don't want just have them watch it off the network but actually download it onto their computers...Thanks!

    Because of bandwidth considerations I don't want just have them watch it off the network but actually download it onto their computers.
    Believe you will find it takes the same "bandwidth" usage to either view or download a file from your server.
    As to the "auto download" of a standalone movie, I don't believe you can force that. You can, however, allow FTP downloads of such files or allow the saving of cached files from either the browser player or the QT Player application if the viewer has QT Pro. You can also use/send QTL (QT Media Link) files which can do the same thing (i.e., they look/function like a standalone file but are actually a reference file linked to an uploaded movie).

  • How to make album artwork smaller?

    I just downloaded itunes 9 and put all my music on it. But, the album artwork is really big. How do I make it smaller?

    Basically there is no way to do either of the .things you ask. A work-around to separating shows by season would be to rename the show itself, so instead of the show being called "30 Rock" you would call it "30 Rock, Season 1", for example. There's other issues that come from doing that, such as the interface would display the message "No season" underneath the show title, etc., but it would at least allow for separate season art to display.
    There's nothing that you can do about the size of the thumbnails. The sheer idiocy Apple has displayed in this recent update is breathtaking. After announcing that their new interface will be more focused on album artwork they remove the user ability to customise the size of that artwork. Disregarding the fact that this is a psychologically unsound principle in the first place (most dvd/album artwork has too many design elements for users to process and remember as a single distinct signifier that means a particular show or music album) the decision to then lock artwork to a single size and so prevent users from making details bigger, which might make visual identification easier, flies in the face of accessibility guidelines and plain common sense.

  • How to make speed up movie clips?

    Let's say I take a movie of my daughter cleaning her room (45 min.)...but I want it to look like she did it in 20 sec! Make it look like she's zooming around the room? I've seen it in movies, but not sure how to do it myself?
    Would also like to attach music to it!
    Is that possible with imovie 08?

    Let's say I take a movie of my daughter cleaning her room (45 min.)...but I want it to look like she did it in 20 sec!
    There are a number of ways. The two easiest would be to either do your editing in iMovie HD (free to iLife '08 users) or use the JES Deinterlacer (free) to modify the motion externally as a pre-edit for iMovie '08.
    Would also like to attach music to it!
    This can be done in any video editor (e.g. iMovie) during normal editing or in GarageBand as a post edit.

  • How to make album art

    i have iweb but how to i make a picture show up when someone clicks on it in itunes

    Hello,
    I think for me its about as easy as 1-2-30000. What I mean is that I have 30000 mp3 that already have ID3 tag version 2.2 and above that were put on long before WMP11. It is not feasable to re-add all the album art for the 30,000 tracks that I have. When will there be a bug fix to address the issue on the phone itself.
    I look on the internet and there seems to be forum after forum on the subject. To my mind this is a bug. The player on the N95 should be able to pick up album art that has been taggged as USER DEFINED (as every other player seems to).
    I even tried adding the album art on the phone, then copied it back to the PC to see how the phone had tagged the track. Strangely enough, it appears to be the same as all my other tracks on my PC i.e. ID3 version 2.2 & art work categorised as USER DEFINED.
    When will we get a fix?

Maybe you are looking for

  • Facebook Notifications on Hub don't appear

    I updated my Z10 recently with os 10.1. After the update, I noticed that Facebook notifications dont appear in the hub like they used to. I tried performing a system restore to the extent of losing all my contacts in full hope of it solving the probl

  • RDS method of display

    Hi there. I've noticed something strange on the display of the RDS on the radio of I POD nano. First as you all know, when you connect the radio remote, it let's you choose between the next three... 1.Europe. When you can receive between 87.5 and 108

  • How to develope a report to view the contact

    Hi, how develope the report to view the contract details of the customers in a pariticular sales area are displayed. please send me the coding

  • RealPlayer best to download and save online videos

    I want to download a video clip from the BBC news website (archive, not iPlayer). Is RealPlayer the best, and if so, which version : SP for Mac, Downloader, Converter, Download Agent. All are talked about eg in CNET Editors' review. Very confusing !

  • Train-stop not Expected

    Hi All I am developing a bounded task flow, following the JDeveloper 12c tutorials. After finishing I got two errors: Element 'train-stop' not expected and Element not completed 'view' I am newbie to this, any help please?? I searched about this prob