Help - Rotating text/picture problem in Motion 4!

Hi, Can anyone help me out? When trying to make text face the camera and rotate like a merry-go-round, the 'face camera' option makes all the characters face the camera as they go around - like this..
http://i83.photobucket.com/albums/j293/tekiesha/motion4.png
This is what I'm trying to achieve:
http://www.5min.com/Video/Motion-3-Cool-Text-Trick-18629411
Thanks in advance!

The text engine was rewritten in M4 and works differently.
Uncheck the Face Camera checkbox. Go to the Format pane of the Text tab. Change the Rotation X value to 90 degrees.

Similar Messages

  • How do I rotate text/Picture 90 degrees?

    How do I rotate an e-mail text/Picture 90 degrees?

    You can rotate your drawing 90 degrees by reorienting your iOS device in the direction you want to rotate the drawing. Then, go back to the organizer. The drawing is always saved in the orientation you last left it, so you should see the drawing now rotated in the organizer view. While in the organizer view, you can rotate your device back to its original orientation and reopen your drawing.
    Admittedly, rotation could be handled more intuitively in the app, so if this is important to you, we would love to hear that feedback.
    Hope that helps,
    Frank
    Ideas Engineering

  • Java 3d rotating text snapshot problem

    Hi guys !
    I have searched for a method which captured a 3d rotating text and print it on the screen ,but i didn`t found it.
    I have to this exercise :
    Write a Java 3D program showing two panels and a button. The first panel displays a scene of a rotating 3D text string. When the button is clicked, the image of the 3D scene is captured and the still image is displayed in the second panel.
    Can anybody help me or write me the source code???
    thank you

    Only a fool will do your homework for you.
    But I can't help noticing that the assignment specifically mentions Java3d, and you're asking on an applet forum. It seems unlikely that you're supposed to implement your assignment as an applet.
    Most likely, the assignment tells you how to obtain Java3d. Either that or an earlier hand-out in your class says how to.
    You should re-read your assignment and other class notes, get the Java3D library, and then read the Java3D documentation. Write a simple "hello world" type program using Java3d. At that point, this assignment will probably be pretty simple for you.

  • Please Help with text parsing problem

    Hello,
    I have the following text in a file (cut and pasted from VI)
    12 15 03 12 15 03 81 5 80053 1 1,2,3 $23.00 1 ^M
    12 15 03 12 15 03 81 5 84550 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 84100 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 83615 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 82977 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 80061 1 1,2,3 $44.00 1 ^M
    12 15 03 12 15 03 81 5 83721 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 84439 1 1,2,3 $44.00 1 ^M
    12 15 03 12 15 03 81 5 84443 1 1,2,3 $40.00 1 ^M
    12 15 03 12 15 03 81 5 85025 1 1,2,3 $26.00 1 ^M
    12 15 03 12 15 03 81 5 85008 1 1,2,3 $5.00 1 ^M
    this method reads the text from a file and stores it in a ArrayList
        public ArrayList readInData(){
            File claimFile = new File(fullClaimPath);
            ArrayList returnDataAL = new ArrayList();
            if(!claimFile.exists()){
                System.out.println("Error: claim data - File Not Found");
                System.exit(1);
            try{
                BufferedReader br = new BufferedReader(new FileReader(claimFile));
                String s;
                while ((s = br.readLine()) != null){
                         System.out.println(s + " HHHH");
                        returnDataAL.add(s);
            }catch(Exception e){ System.out.println(e);}
            return returnDataAL;
        }//close loadFile()if i print the lines from above ... from the arraylist ... here is waht i get ...
    2 15 03 12 15 03 81 5 80053 1 1,2,3 $23.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 84550 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 84100 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 83615 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 82977 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 80061 1 1,2,3 $44.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 83721 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 84439 1 1,2,3 $44.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 84443 1 1,2,3 $40.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 85025 1 1,2,3 $26.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 85008 1 1,2,3 $5.00 1 HHHH
    HHHH
    I see the ^M on the end of the lines ... but i dont understand why im getting the blank lines
    in between each entry ... I printed "HHHH" just to help with debugging ... anyone have any ideas why i am getting the extra blank lines?
    thanks,
    jd

    maybe its a FileReader deal.. Im not sure, maybe try using InputStreams. This code works for me (it reads from data.txt), give it a try and see if it works:
    import java.io.*;
    public class Example {
         public Example() throws IOException {
              BufferedReader b = new BufferedReader(new InputStreamReader(new FileInputStream("data.txt")));
              String s = "";
              while ((s = b.readLine()) != null) {
                   System.out.println(s);
              b.close();
         public static void main(String[] args) {
              try {
                   new Example();
              catch (IOException e) {
                   e.printStackTrace();
    }

  • Help Making Text Picture Frames

    I came across this neat design feature, and I am not too sure how to go about creating this element because I am new to Illustrator. Still, I figure this is either a PS or an Illustrator feature. Whatever the case, how can I go about making text that incorporates picture frames as seen in the words "Road Trip" (and if there are any videos out there that would be great). 

    I think what you are asking is how to make images appear through type.
    If you want to make a single image appear through a word, all you need to do is to position the (live) type on top of the image, select type and image and hit Cmd/Ctrl+7. This makes the type into a clipping mask.
    Alternatively, if you want each letter to contain a separate image, outline the type, ungroup (preferably) and make each letter into a clipping mask over its own image.
    There are other ways but this is the easiest.
    Here are two examples:
    The top one is live type masking a single image.
    The bottom one is outlined type masking two images. In this case you will need to make compound paths, one for each set of letters, WES and TMAN ISLANDS. Each compound path masks its own image.

  • Rotated text problem from Word picture into Framemaker 12

    problem copying a Microsoft Word picture with rotated text into Framemaker - the rotated text gets stacked (each letter is individually rotated)

    It's probably due to how Word defines the rotations for the text and FM's import filters handle it differently. It might be easier to re-create the words in FM if it's not too complex. Alternatively, save the page with the graphics from Word as PDF and then import the graphic from the PDF to FM (you can crop and/or trim as needed in Acrobat).

  • Photoshop CC text tool problem! Please HELP!

    Everytime i try to use the text tool on photoshop CC it turn my picture black and keep flashing on and off.! Can someone please help me solve this problem? ( Please excuse my english, I'm still learning ^^")

    Windows 8?  Update your video card driver from the GPU maker's website.

  • Hi I've a big problem with adobe acrobat reader XI pro and I hope you can help me. The problem is; when I past copied text from some pdf books (not all of them) it past symbols only! wherever I past it! and even if I coped that text from another pdf reade

    Hi
    I've a big problem with adobe acrobat reader XI pro and I hope you can help me.
    The problem is; when I past copied text from some pdf books (not all of them) it past symbols only! wherever I past it! and even if I coped that text from another pdf reader (adobe pdf reader, internet browsers, ...etc.).
    This problem started to happen since yesterday when I installed adobe acrobat reader XI pro to try it before I buy it, and before that when I was using the free adobe pdf reader I was totally able to copy any text from any pdf and past it anywhere with nothing wrong.
    What can I do?
    thank you a lot.

    There is no product called Adobe Acrobat Reader Pro. There is
    - Adobe Acrobat Pro ($$)
    - Adobe Reader (free)
    Which do you have? And are you a programmer?

  • N96 text sending problem pls help!

    Hi, i have a nokia N96, on friday it just stopped sending my texts,
    the problem started as i was texting my friend as normal, then she replied saying she had got the same msg 8 times! since then all my texts have got stuck in my outbox!
    whats going on?
    I have backed up my contacts incase i need to restore the phone but i want to avoid doing that if possible as i dont want to loose my photos and music (unless someone can tell me how to back those up too!)
    Can anyone offer any advise, other than chuck it accross the room?!
    Oh and also, i have 2 multimedia msg in my inbox that wont delete! could this be causing the problem? When i try to delete it says "already in use"  where? i cant find them!
    thanks
    xXx
    Kudos! Thanks!
    Edit Post Subscribe to This Topic's RSS Feed Highlight This Post Print This Post E-Mail this Post to a Friend Report Abuse to a Moderator
          Options       

    I have had a similar problem on my 5700, started out the same, people saying my text was coming trhough 3 or 4 times, then it stopped sending.  I checked the message centre phone number with my provider, which was correct, and then it would not let me into the the message centre to even edit the number?? I have tried a factory reset and a firmware update.  Does anyone else have any ideas??

  • Solution to the texting of pictures problem!

    I had asked a question a while ago about not being able to text pictures to my daughters who live out of town (even though one of them still has a local area code to me).  I figured it out last night--i have to turn on cellular data, even if i am using only Wifi.  Once I did that, it allowed me to send pictures to them.  I don't know if it has to do with cell towers or what but that allowed it to work.  The only thing is that I don't like leaving it on because i don't want to use data if i don't have wifi but i can live with that! 

    To send an image through a Text Message you need to have cellular data turned on because that text message is actually a MMS (not an ordinary SMS).  Thus your phone needs to connect to the Internet to send it.

  • Problems with Motion 2 / FCP-Interaction

    Hi!
    Somehow Motion 2 and FCP 5.1 don't play too well together on my system. Here's the problem:
    I am producing tutorial movies for a certain application. My workflow is as follows:
    1. Record screen movies with SnapZ Pro. I use the Animation codec, resolution 1152x720.
    2. I import the clips to FCP and render them. The clips rendered by FCP have a data rate of 4.2 MB/sec.
    3. I want to add text overlays to some clips, so I send those clips over to Motion 2. Here is where the first problem occurs: Motion doesn't import properly from FCP. Let's say, the clip I send to Motion runs 50 seconds. Motion will play the clip for about 3-5 seconds and then freeze the video, whereas the audio continues playing. I resolve this problem by deleting the faulty video track that FCP has created in my Motion project and then importing the corresponding video file manually into Motion 2.
    4. I do my Motion stuff and save the file.
    5. Back in FCP, I have to render the clip again. Sometimes I have to reconnect the clip with the Motion file, sometimes not. Don't know why.
    6. After rendering, the second problem occurs. The video clip is blurry. By right-clicking the clip I get to open the object settings I find that the data rate of the clip altered in Motion is only "500/s". Also, there doesn't seem to be codec anymore.
    For illustration I habe posted two pictures. First, the original clip created with SnapZ and imported to FCP:
    http://homepage.mac.com/cmeermann/filechute/Original%20Clip.jpg
    Now, here's how the clip looks like after altering it in Motion and rerendering it. As you can see, it is quite blurry:
    http://homepage.mac.com/cmeermann/filechute/Motion%20Clip.jpg
    My client is waiting for results, so I'd really appreciate some quick answers.
    Thanks in advance,
    Christian Meermann
    iMac Core Duo   Mac OS X (10.4)   1,5GB RAM
    iMac Core Duo   Mac OS X (10.4)   1,5GB RAM

    happy to help...
    New Discussions ResponsesThe new system for discussions asks that after you mark your question as Answered, you take the time to mark any posts that have aided you with the tag and the post that provided your answer with the tag. This not only gives points to the posters, but points anyone searching for answers to similar problems to the proper posts.
    If we use the forums properly they will work well...
    Patrick

  • I am trying to use motion tracking to have text follow a section of the background.The text box follows the motion path, but the text just sits there.  What am I doing wrong?

    I am trying to use motion tracking to have text follow a section of the background.The text box follows the motion path, but the text just sits there.  What am I doing wrong?

    Motion basically looks at the the source footage and it's timing (in the timing section of the Inspector) when analyzing for tracking.  Filters are basically ignored by the tracker.  Retiming actions, like time re-mapping, or retiming behaviors that are applied before the tracker should be used by the tracker.  Did you change the timing after doing the tracking?  If so this would also require you to re-track the shot.  Understanding that you found a workaround, describing the effects you applied would help to explain why you ran into problems.
    Cheers!

  • Flash Site Template Help With Text

    So I downloaded a flash template to use for my website... all I need are some editing of the texts, pictures, and some of those links. Here is the template:
    http://www.templatemonster.com/flash-templates/24451.html
    My problem is I'm completely NEW at flash. I used to use FrongPage 2003 for my webdesign but I wanna use this for my new website (since it looks a lot better!) How do I edit the text fields? I can only seem to move the bar along the timeline to watch the animation, and see all the layers and item properties that none have anything with the text in them. And also the images as well, if I need to do anything special with those (within template link above you'll see they flash white for a second) and the main logo has some animation there. I have all the fonts required but I don't know if I also have to make the logo with those special white flashy lines like a GIF animator or if that's just some special affect within the template itself.
    Now due to legal notices specified by the site I can't share the template with you but I'll attempt to answer any and all questions i can to see if I can get this all figured out so I can begin adding my own content to the site. Thanks in advance.

    Doesn't look like there's an xml file for the text. Reading the template help index, and its saying some text might have complex coding for special effects and that I'd have to edit by the Library or something, so I'll try using that reference for now. I appreciate the help and I may come back if this can't help me lol
    EDIT:   It says I'm missing the font file "tahoma" mapped to _sans    ....??  I have tahoma... as well as the main title logo isn't appearing in the .fla file anymore even though I got the correct font. I'm confused >.<
    Edit 2: As well I get this a lot on many different areas:
    Forms Component - Version 0.81
    Couldn't load configuration.
    Message was edited by: undreamingreality

  • Needing help with moving pictures around

    I am in need of help in moving pictures and images around
    dreamweaver document window. My older brother gave me his computer
    witch has dreamweaver MX (he is in Irag) so i can start building
    building my own websites. I went to borders and bought a book on
    dreamweaver MX. Here is where I am having a problem with: when ever
    I bring a picture into the document window I can not move the
    picture around the document window. The book say "place the
    insertion point where you want the image to appear" but there is no
    insertion point. There is just a straight line as if I am about to
    type something. It's almost like I am in microsoft word. If I take
    the mouse over the picture , and then left click and try to drag
    the picture to the location I want it in, it doesn't move. Can
    somebody PLEASE help me out with this problem. Thanks Jical

    Nadia gave you a good place to start… Here is what you
    have to understand. Web pages are based on specific code that tells
    the viewer’s browser how to display the page. There has to be
    something that says, “Put this picture in the lower right
    hand corner, and center this image in the middle of the
    screen”
    Then there are further instructions that say “Put this
    text here and that link there”. So Dreamweaver (and most
    other web developing programs) do not work like Illustrator or
    PowerPoint where you can simply grab a picture and slide it around
    the page.
    In its simplest form you might drag an image onto the
    Dreamweaver design view page and click on the center button in the
    properties dialog.
    Then type in text and center it, left justify, right justify,
    etc. Add another picture and so on and you could possibly create a
    passable web page. Now click on the Code view button and see what
    code Dreamweaver generated in order to do all of this.
    That is what you will really need to understand before you
    can really get proficient at web design.
    At the next level, you can start to add in tables. These
    actually are similar to tables in Word. You can put text in one
    cell, images in another, colored backgrounds, thick and thin
    borders with contrasting colors, and you can start to see how to
    “contain” your images as Nadia suggests.
    Now look at the code again and see how these cells are
    defined around your content.
    Once you understand how this works, you will get much more
    comfortable with Dreamweaver. You will just have to get used to the
    idea that it doesn’t work like all of the publishing software
    that is only dependant upon its own format for layout. HTML is
    dependant upon the many browsers, computers, operating systems,
    user preferences, and a million other unknown factors.
    That’s why this forum has more than 91,000 posts…

  • DLP Picture problem

    Hi,
    All of a sudden I've been getting this.. almost static picture problem. It exists above my tv feed as well as the TV menus and text. You can see it below.It's a 72MX195 if that helps.
    Any ideas?

    Unfortunately if it's on top of the menus as well, it sounds like it likely requires servicing. I'm sorry.
    - Peter

Maybe you are looking for

  • Printout is different then print preview in smartforms

    hi all, i had created one smartform, but when i check the print preview it is showing desire output but when i print the form second page data is coming in BOLD, can someone please help me in this.?? points will be rewarded as per the solution. thans

  • Button inside a button

    hello I have a rectangle MC with rollOver event. Inside that rectangle, I would like to have 1 with its own rollOver event. The rollOver event for the button doesn't ork whereas the the one for the rectangle does work. It looks as if the rollover of

  • SQL CAL license

    HI Guys, I've a server which is on cloud and using server 2012 standard os with SQL standerd 2012 on that there is any desktop based retail application  is running on that, now there are nos. of 300 users who works on this application, so do i need t

  • PDA (Pocke PC) - Serial Write Timeout

    Hello List, I am developing serial routines to communicate with external hardware. In many cases, XON/XOFF flow control is used. I have configured my PDA device to write out a large file. During the transmission, I use my development computer to moni

  • Date Conversion not working

    Hello Gurus, I entered a bad date into an SO and then executed txn MD04 but I got an error message stating that the Date could not be converted. I then changed the date to be a correct date and now in MD04 I am still getting the error message stating