User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18

Thread: Help with a custom timer

  1. #11
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with a custom timer

    Max() take a number and makes sure it doesn't go over the value you tell it. Min() is similar. Like a minimum and a maximum.

    @bigredron: that has absolutely nothing to do whatsoever with this problem, and I thus have no idea whatsoever why you even posted it.
    Working as fast as I can on Fusion 3

  2. #12
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with a custom timer

    Actually its the exact opposite of the above post; Max() takes a value and makes sure it doesn't go [UNDER!] the second value.

  3. #13
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: Help with a custom timer

    Take a look at MMF's help file for a definition of all these well hidden functions. It's under Special Object > Expressions.

  4. #14
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with a custom timer

    Try ceil(min(VALUE, 0)), that should make sure it only hits zero when it IS zero.
    Working as fast as I can on Fusion 3

  5. #15
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with a custom timer

    Quote Originally Posted by LB
    Max() take a number and makes sure it doesn't go over the value you tell it. Min() is similar. Like a minimum and a maximum.

    @bigredron: that has absolutely nothing to do whatsoever with this problem, and I thus have no idea whatsoever why you even posted it.
    That will make sure that the value is never 0. Which from what I understand is what he wants.

  6. #16
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with a custom timer

    No he wants the value to only show 0 when it is EXACTLY 0.
    Working as fast as I can on Fusion 3

  7. #17
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with a custom timer

    Quote Originally Posted by LB
    Try ceil(min(VALUE, 0)), that should make sure it only hits zero when it IS zero.
    Again you have it backward!... That will always display '0'..

  8. #18
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with a custom timer

    Quote Originally Posted by LB
    No he wants the value to only show 0 when it is EXACTLY 0.
    Well then my example will STILL WORK. It will only show the maximum value if it is not 0

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. How do you Create a Global Timer as a Countdown Timer
    By redpandagames in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 23rd February 2017, 10:08 AM
  2. curve maths (depreciating gain) and custom timer
    By SolarB in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 9th November 2012, 01:44 AM
  3. Guidance on a custom countdown timer
    By ac3raven in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 25th June 2011, 06:20 AM
  4. Mouvement plateforme custom basé sur le timer
    By Olivier in forum Multimedia Fusion 2 - Technical Support
    Replies: 23
    Last Post: 27th October 2008, 01:33 PM
  5. Mouvement plateforme custom basé sur le timer
    By Olivier in forum File Archive
    Replies: 0
    Last Post: 26th October 2008, 03:26 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
  •