User Tag List

Results 1 to 10 of 10

Thread: a few semi-related questions

  1. #1
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform 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)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    a few semi-related questions

    hey guys, just a few things i'm wondering..

    1) what is the best way to have a nice looking text box for a rpg style text box when talking in a game? I can do letter by letter talking with an edit box, but it's kind of ugly and dependant on fonts? i want an embedded/custom font and a nice looking window for the text to be written into... text blitter confuses me and seems kinda buggy.. is there an alternative?

    2) i'm about to start coding in my save game system but i'm not sure if it will be compatible with other runtimes, if i save to INI now, will i have to re-do it all to make it compatible with other runtimes like iPhone/android and XNA? will iphone/xna even support saving games?

    thanks!

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions

    1. Use an active and make you're own text box. For custom fonts that will look the same on all computers, use a string object for the font you want and convert it over to an active object.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions

    If you have Dev you could try the Character Image extension. It's similar to text blitter. I've never really worked with either one but it's supposed to be better than text blitter I believe.

    For the save game, as far as I know the standard ini object will always work for saving. It works with Flash and iOS, so I can't see why it wouldn't work with XNA. It's only when you use things like ini++ and the array extensions where you run into a problem. As long as you stick with regular ini you won't have compatibility problems for runtimes.

  4. #4
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform 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)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions

    thanks for the reply, i was considering doing that.. but then it makes it kind of hard to do letter by letter text.. i think i'd rather just use actives than deal with the text blitter though..

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions

    Hopefully you aren't making images of each letter, and doing all the words/positionings yourself! I believe Marv was trying to tell you to use the string object, type the word(s) you want, and right click and Create->Active. Of course at first it won't look pretty.

    But here's a trick. Make the text color white, then after making the active, copy paste the white image into the alpha channel. Then just make the whole image black!

  6. #6
    Clicker Multimedia Fusion 2

    Join Date
    Apr 2011
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions

    Or you could just make a string, then have an active covering it, then make it slide off.

  7. #7
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform 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)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions

    haha no, no! i wasn't doing that.. i meant that i wanted the sentence to appear to the player letter by letter, which is easy just using a string object but not if i want custom letters.

  8. #8
    Clicker Multimedia Fusion 2

    Join Date
    Apr 2011
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions

    Cant you design fonts somehow?

  9. #9
    No Products Registered

    Join Date
    Aug 2010
    Posts
    343
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions

    It doesn't solve the font independence but Nivram has a nice letter-by-letter typing example: typewritertextexample.mfa - try page 8

    I have been experimenting with (and using) Speech Bubble a lot.
    It is very flexible but... no custom fonts.

  10. #10
    Clicker iOS Export Module

    Join Date
    Feb 2010
    Location
    Behind the tree!
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: a few semi-related questions


Similar Threads

  1. A couple of questions - Text Related....
    By Mojo_Bone in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 17th April 2010, 03:24 PM
  2. some flash related questions and ideas
    By BrashMonkey in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 8th March 2010, 06:41 AM
  3. Some string related questions...
    By Ran_TH in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 23rd December 2008, 04:03 AM
  4. Movement-related questions
    By Simion32 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th March 2007, 07:15 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
  •