User Tag List

Results 1 to 4 of 4

Thread: Extensions that Display Text/Strings

  1. #1
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module
    ProdigyX's Avatar
    Join Date
    Jan 2011
    Posts
    1,197
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Extensions that Display Text/Strings

    Soo I know the Text Blitter and String Object can display text/strings/characters. I've looked on FusionWiki to find that the Dev. only Character Image can display text/strings/characters. (I dont have dev.)

    Are there any other extensions that can display the text/strings/characters? I ask because the string object does not allow for editing of the string to a custom format like the Text Blitter does (its bitmap). 2 issues I have with the Text blitter are

    • Set Length and Width
      By this I mean each character has a set dimension, such as 14*20. Letters such as the letter "l" don't fill up the entire dimension which leads to gaps in my text.
    • Don't know how to place my own Character Image Bitmap
      My solution to the previous problem was to create my own character map that the text blitter uses from scratch. However I have no idea how structure the map, even after looking at the some of the Text Blitter's Map

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Extensions that Display Text/Strings

    You could use active objects where each frame is a character, and, using a string to match up frames with characters, you could easily make the text string out of the actives. I'll make an example if you like
    Working as fast as I can on Fusion 3

  3. #3
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module
    ProdigyX's Avatar
    Join Date
    Jan 2011
    Posts
    1,197
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Extensions that Display Text/Strings

    Yeah That would be nice. I'm looking forward to see how you do it

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Extensions that Display Text/Strings

    http://mfa.aquadasoft.com/view/1308770170-CustomCharacterSet
    It's a pretty nifty way to do it. You can align the hotspots vertically any way you want, just leave them aligned to the left, otherwise the text will overlap. I only included CAPITAL LETTERS and a space and a ?, but you can make your own characters - just remember to change the Character Set global string to reflect it. If the FindString function can't find the string, it'll give you 0, which is why the first character is ? so if you type in some character it doesn't have it'll be displayed as ?

    And yes, the letters are horrible. I just made this quickly
    Working as fast as I can on Fusion 3

Similar Threads

  1. The difference between text in expression editor and text in strings?
    By RobertRule in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st July 2013, 10:13 PM
  2. Alterable Values in Strings & best way to display
    By rubes in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 5th May 2012, 11:01 PM
  3. Strings (basic_string) in Extensions?
    By Dines in forum Extension Development
    Replies: 17
    Last Post: 5th October 2010, 11:31 PM
  4. Display An actives alterable strings
    By Attan in forum File Archive
    Replies: 3
    Last Post: 9th October 2007, 01:38 AM
  5. Display texts using variables as strings.
    By gamer4fun in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 29th May 2007, 04:24 AM

Posting Permissions

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