User Tag List

Results 1 to 6 of 6

Thread: Counter Display Problem

  1. #1
    No Products Registered

    Join Date
    May 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Counter Display Problem

    Two things, one a slight annoyance, and the other a bigger one.

    First, is there some way to have counters be left-aligned? So that the leftmost digit never moves, and more are added on to the right (say there is text on the left of it that shouldn't be get covered, or something). I've used workarounds like having fixed digits/start the counters off way to the right, or keeping another counter to keep track of the digits, then move the counter over. First solution limits your options and isn't aesthetically pleasing, and the second is wasted resources, but I can't find a simple tick-box to make the counter left-aligned.

    The next problem is that counters just won't be displayed over top of formatted text objects. Doesn't matter if they are 100 layers above them, or if there isn't any text over top, just if the space (even blank) considered part of the text box is covering the counter, it won't get displayed. I've resorted to print screening the text and making a backdrop or an active object as a workaround, but that's just silly. Backdrops are very limited, so you can't do that every time, and it's bad practice to have tons of active objects that aren't very... active.

    Unless it's just me, make a new app, insert a formatted text object, and see if you can get a counter to display on top.

  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,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Counter Display Problem

    1:

    Let a string object display the counter's value like this:

    * Always
    - String: Set alterable string to str$(value( "Counter" ))


    2:

    You need to untick 'display as background' in the display options of the string object. You might also order it to front after that.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Counter Display Problem

    Quote Originally Posted by Popcorn
    1:

    Let a string object display the counter's value like this:

    * Always
    - String: Set alterable string to str$(value( "Counter" ))
    Two comments about that:

    -A simpler approach that does not require any events is to set the display type to "Text".
    -Setting the display to text or doing it your way both disallow graphics for each character.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Counter Display Problem

    1:

    Let a string object display the counter's value like this:

    * Always
    - String: Set alterable string to str$(value( "Counter" ))
    If you do this, you should only do it when the value changes, not Always. If you do it Always, it will have to convert the value to a string every loop.

  5. #5
    No Products Registered

    Join Date
    May 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Counter Display Problem

    Thanks for all the help, guys, really appreciated.

    But setting the counter to text type doesn't work for me. The options to set the allignment are all greyed out. Also losing the ability to have graphics is a shame.

  6. #6
    No Products Registered

    Join Date
    May 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Counter Display Problem

    There really isn't a way to change the alignment here? I mean other than making some text fetch the value of an offscreen counter.

Similar Threads

  1. Large number display in Counter Objects?
    By Benicle in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 7th December 2012, 09:46 AM
  2. Active picture and counter won't display..
    By Earl in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 24th August 2012, 10:00 PM
  3. Build 12: Counter Display Bug
    By Kisguri in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 22nd February 2011, 03:17 PM
  4. how to make a counter display the FPS?
    By BrashMonkey in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 10th May 2010, 12:13 AM
  5. Is have a counter with a larger display possible?
    By Mantoid in forum Multimedia Fusion 2 - Technical Support
    Replies: 31
    Last Post: 22nd July 2006, 11:30 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
  •