User Tag List

Results 1 to 2 of 2

Thread: Show values that is not eual to 0

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleFirefly 3D Module
    MEHRDAD's Avatar
    Join Date
    Jan 2009
    Location
    Iran
    Posts
    489
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Show values that is not eual to 0

    Hi

    My project is almost large at the moment with more than 70 active object . I saw many bugs that I'm sure these are for turn on some values and groups .It take many time for looking and find them by adding to debugger. Is any way to see automatically only values that is not equal to 0 ? And maybe for groups too?

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleMac Export Module
    dsilvers's Avatar
    Join Date
    Jun 2008
    Location
    Boston, MA
    Posts
    658
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    The debugger will always show the values of any object you add to it. You can control at what value an object should do a thing in the event conditions. In your case, you can use the "Different" comparison method, under the same dropdown as Equals, Greater Than, Less Than, etc. So you would use "Alterable Value A is Different than 0," specifically if it can go lower than -1 and higher than 1, and 0 is its off-state. Perhaps by checking these comparisons more closely in your code, you can clear up some of those bugs.

Similar Threads

  1. Active Direct Show doesn't show the image of MP4(H.264) video
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 28th November 2012, 04:47 PM
  2. Global Values & Alterable Values with same names
    By Gustav in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 7th November 2012, 06:15 PM
  3. Display values on screen from Alterable Values
    By mikeh in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 13th May 2008, 01:59 PM
  4. Negative values in a List, and Global Values
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 20th January 2007, 06:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •