User Tag List

Results 1 to 3 of 3

Thread: Letter-by-letter text - next line if word too long

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleXNA Export Module
    DistantJ's Avatar
    Join Date
    Jan 2008
    Location
    Gloucester, UK
    Posts
    2,144
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Letter-by-letter text - next line if word too long

    Here's something I never quite figured out. Or rather, never got around to trying! A lot of us know how to get text to appear letter by letter, as if being typed, but the standard method has the text appear like it's typed in an application, if a word goes beyond the maximum width, the word types until it reaches the edge, then drops down a line.

    I want to create a classic text effect, where it is 'typed' onto the screen, but goes onto the next line before beginning a word if that word would reach past the edge.

    I've been thinking about a method which checks for spaces and detects if the next space would be on the same line, and if not, drops down one at the current space, but I haven't thought it through yet.

    Anybody achieved this effect before? Any ideas or advice?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Letter-by-letter text - next line if word too long

    It's probably not what you want, but wouldn't it be simple to just have the source text in a list object? A little work goes into preparing each line in the list, but it should be the easiest way

  3. #3
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: Letter-by-letter text - next line if word too long

    I have inserted newline characters where needed.

Similar Threads

  1. Rich Text Object - Get specific line and letter
    By HadHaw in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd February 2013, 07:28 PM
  2. About storing 3000+ "letter"/text
    By Cocodrilo in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 13th September 2007, 08:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •