User Tag List

Results 1 to 4 of 4

Thread: Сounter doesn 't work

  1. #1
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Aug 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Сounter doesn 't work

    Clickteam Fusion Developer 2.5 build R284.10 (Unicode).

    1. Create new document
    2. Create new object: counter
    3. Event Editor:
    Start of Frame -> Set counter (1000/564)

    result: 1 (at any settings of the counter)
    ?!
    Attached files Attached files

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    marius's Avatar
    Join Date
    Dec 2015
    Location
    Oslo, Norway
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Replace 1000 with 1000.0 and 564 with 564.0. This allows the numbers to contain decimals.

  3. #3
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Aug 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you!
    How to add .0 to number? If the number is a variable (calculation of a formula)?

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    marius's Avatar
    Join Date
    Dec 2015
    Location
    Oslo, Norway
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You mean add a decimal number to the counter? In your editor, you can add decimals as you want, like "Add 0.5 to counter". However, if the number 0.5 is stored in an alterable value, the only way I know is to set the alterable value to 50 and then "Add A.V. / 10.0 to Counter". Or you can make a Start Of Frame event to set A.V. to A.V./10.0. Alterable values cannot be initialized as decimal numbers, but they can be set during runtime :P Its a little confusing..

Similar Threads

  1. Why doesn't this work..
    By KLiK-iT in forum Fusion 2.5
    Replies: 5
    Last Post: 1st July 2014, 05:48 PM
  2. Why doesn't this work?
    By LB in forum File Archive
    Replies: 1
    Last Post: 20th June 2010, 05:59 PM
  3. Why doesn't this work?
    By kungsangun in forum File Archive
    Replies: 8
    Last Post: 17th December 2008, 05:54 PM
  4. Why doesn't this work?
    By kungsangun in forum File Archive
    Replies: 5
    Last Post: 8th July 2006, 01: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
  •