User Tag List

Results 1 to 4 of 4

Thread: Annoying String Overlay Bug

  1. #1
    No Products Registered

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

    Annoying String Overlay Bug

    Hey guys,

    I've made a faily basic dialogue system for a game I am making, where the user can press a key to advance the text on screen. It has all been working out ok so far except for an annoying bug with the text strings.

    Every time a new paragraph is displayed, the previous one does not disappear as it should, but only if this new paragraph is shorter than the previous one.
    This leaves the remainder of the last paragraph underneath the new text making the new paragraph overlap the old one causing the text to become unreadable.

    However, if I scroll the screen even a few pixels in any direction, it sorts itself out. I hope that makes some sort of sense, it's driving me mad.


    Any help with this would be great.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A couple of things to try - make sure the boundaries of the string object in the Frame Editor are large enough to hold all the text that it actually displays (in some cases, text that's displayed outside the box won't be updated correctly), and make sure that the property "Display as background" is not checked in the string's properties.

  3. #3
    No Products Registered

    Join Date
    Apr 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've figured it out, I had to set the background to refresh every 1m second. Stopped the text hanging up.

    Thanks for the reply though.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for posting your solution!

Similar Threads

  1. Overlay Redux (Overlay.mfx)
    By darkmanx_429 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 21st August 2013, 04:37 PM
  2. Annoying lag in HWA
    By Jase in forum Hardware Accelerated Runtime
    Replies: 8
    Last Post: 30th June 2010, 10:11 PM
  3. can't find overlay redux (Overlay.mfx)
    By Skeets in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 29th August 2007, 12:47 AM
  4. Coller un overlay sur un overlay
    By Surmulot in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 26th January 2007, 02:37 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
  •