User Tag List

Results 1 to 6 of 6

Thread: I'm sure this has been answered. Counter question..

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    I'm sure this has been answered. Counter question..

    I have a counter on the left side of the screen that counts up. After it reaches 100 the left most numbers are out of the frame. How can I get the counter to move right or adjust the counter to the right when this happens? Please see picture of what I mean. You'll see in the picture,.that the upper part is the counter that's is supposed to read 202. You can see a bit of the 2, but it's off the screen.

    I know I could code,.counter is > 100, set X positions + whatever. Is there a better way using a single line event?
    LOL,.and don't say move the counter to the right of the frame or in the center..

    I've seen this question asked before, but can't seem to find it.
    Images attachées Images attachées

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export Module
    Chrille's Avatar
    Join Date
    Jul 2006
    Posts
    389
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Perhaps you could display the values with a String object? That would let you align the numbers to the left, right or center.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I want to use my custom graphic counters.

    EDIT: Got it sorted using: Counter = 999 + Only one action when event loops,... Set X to X + 6. Works perfect.

  4. #4
    Clicker Fusion 2.5 DeveloperiOS 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)
    Sumo's Avatar
    Join Date
    Jul 2008
    Posts
    642
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    If your counter goes past 9999 then it would be cut off again. Maybe you can always set the left x position of the counter to the top left corner of the screen so it'll always update when the counter increases with a new digit.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export Module
    Chrille's Avatar
    Join Date
    Jul 2006
    Posts
    389
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Might work if you set its X position using an expression like this:

    +Always
    - Set Counter X Position to ' Starting X-Coordinate + OWidth( "Counter" ) '

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    It worked perfect. Thank you Chrille.

Similar Threads

  1. About answered the phone, music Disappear!? [Help!]
    By 3DBBQ in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 27th August 2013, 11:05 AM
  2. Counter question
    By KLiK-iT in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 14th June 2012, 11:23 AM
  3. Ok, need some questions about HWA answered
    By Shawn in forum Hardware Accelerated Runtime
    Replies: 12
    Last Post: 27th July 2009, 07:55 PM
  4. Counter Question
    By gamefreak202 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th November 2007, 06:18 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
  •