User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 25

Thread: I hate to do text in games. Is there any good widgets etc?

  1. #11
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Robotica's Avatar
    Join Date
    Jul 2015
    Location
    Las Vegas, NV and Orange, CA.
    Posts
    263
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The two examples at the bottom of this link are super good... reason being because it works with only two events!! (I have no idea how since i'm new to fusion... lol... but both of these two examples are each just 2 events in length VS dozens of events I've seen in other examples... pretty gnarly...) Any seasoned pro clicker want to educate us on this and explain it further for us noobies?

    http://www.castles-of-britain.com/mmfexamples-s.htm

  2. #12
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Robotica

    You didn't really understand the request behind this thread?

  3. #13
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by BartekB View Post
    So I was messing about with this for quite a long time and reached this state:
    Attachment 17291
    You can have your own fonts, pretty easy to use, has line breaks and you can angle and scale your text.
    This looks like a really good start! Still centering, or left to right and being able to fit text into different sized "bubbles" is really what I have trouble with!

  4. #14
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleInstall Creator Pro
    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)
    BartekB's Avatar
    Join Date
    Aug 2013
    Posts
    667
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Okay so, I made an upgrade including Horizontal Text Alignment and "X Max" (When certain pixels have been reached, makes a new line)
    Vertical Text Alignment would also be a good thing to make in this

    string_widget_2.mfa
    Blitting text seems extremely fast and apps seem to get little to no slowdown (And that's 22 events as well)

    Hope this helps!
    - BartekB, a.k.a Uppernate
    Join the Click Converse Discord! - https://discord.gg/R3WuvF3mHr

  5. #15
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    Fusion 2.5 (Steam)
    schrodinger's Avatar
    Join Date
    Nov 2014
    Posts
    3,159
    Mentioned
    28 Post(s)
    Tagged
    1 Thread(s)
    Very cool, BartekB!

    I will keep it at hand for future reference


    @ Robotica: those examples are indeed smart and cool, but they use the "string object" which is bounded to the system fonts,
    unfortunately this gives problems if the end-user doesn't have your font installed on his own machine.
    Latest example by BartekB is instead a real "text blitter" application, which "prints" fonts on the screen from starting images loaded in the application itself, thus giving no compatibility issues.

  6. #16
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by BartekB View Post
    Okay so, I made an upgrade including Horizontal Text Alignment and "X Max" (When certain pixels have been reached, makes a new line)
    Vertical Text Alignment would also be a good thing to make in this

    string_widget_2.mfa
    Blitting text seems extremely fast and apps seem to get little to no slowdown (And that's 22 events as well)

    Hope this helps!
    Very nice! I noticed some strange things though, for example when I set the Xmax to 340 for example I get

    "Arr! It has set t
    he sails!"

  7. #17
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleInstall Creator Pro
    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)
    BartekB's Avatar
    Join Date
    Aug 2013
    Posts
    667
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    At the moment, this blitter doesn't really "care" for blitting words together, so someday I'll have to remake it so it only makes line breaks at spaces and such
    - BartekB, a.k.a Uppernate
    Join the Click Converse Discord! - https://discord.gg/R3WuvF3mHr

  8. #18
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A very nice example can be found here: Example: Text blitting with only the active object

    But now I see Outcast already answered on this topic. But why not build on this?


    @ Robotica

    I don't wanted to be rude. It's just here a text blitter is asked for (without String object) and no typewriter.

  9. #19
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleInstall Creator Pro
    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)
    BartekB's Avatar
    Join Date
    Aug 2013
    Posts
    667
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    That's a cool example
    I might see how this one works and improve mine (I see the word wrapping is decent)
    - BartekB, a.k.a Uppernate
    Join the Click Converse Discord! - https://discord.gg/R3WuvF3mHr

  10. #20
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Robotica's Avatar
    Join Date
    Jul 2015
    Location
    Las Vegas, NV and Orange, CA.
    Posts
    263
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gustav View Post
    @ Robotica

    You didn't really understand the request behind this thread?
    I guess not. Sorry.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Making text look good
    By JonasKyratzes in forum Fusion 2.5
    Replies: 8
    Last Post: 16th January 2014, 10:57 PM
  2. Is LUA good for user scripting in games?
    By LB in forum Lua Scripting
    Replies: 14
    Last Post: 11th June 2010, 04:14 AM
  3. A good way to send text files?
    By Joeyotrevor in forum Lacewing
    Replies: 2
    Last Post: 29th November 2008, 06:24 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
  •