User Tag List

Results 1 to 5 of 5

Thread: Max((Limit) need help

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    warlords's Avatar
    Join Date
    Oct 2011
    Location
    Dk
    Posts
    544
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Max((Limit) need help

    Hi

    I was happy to learn Max of counters, but the limit is 12 counters. Here you can't add anymore! I use this to get a highscore list, but I get it to be 12 diffrents names, how can you have a listbox counting from 2 counters with Max( used?

    Max(Max(Max(Max(Max(Max(Max(Max(Max(Max(Max(value( "c1" ), value( "c2" )), value( "c3" )), value( "c4" )), value( "c5" )), value( "c 6" )), value( "c 7" )), value( "c 8" )), value( "c 9" )), value( "c 10" )), value( "c 11" )), value( "c 12" ))

    Thanks

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module
    ProdigyX's Avatar
    Join Date
    Jan 2011
    Posts
    1,197
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    The limit isn't with the max function, but the amount of text in the expression editor.

    You have two options:

    1. Simply use multiple expressions. Max(<the expression you have above>, other numbers)
    2. Use a loop to loop through each number in the listbox.

    For example:


    + <some condition here>
    - Start loop fastloop <number of counters/list times>

    + On fastloop "Max"
    - Set Counter to Max(<value of nth counter/line>, < value of counter>)

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    warlords's Avatar
    Join Date
    Oct 2011
    Location
    Dk
    Posts
    544
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hi ProdigyX i tryed what you wrote, but Im not sure if I understand it right. what should it do?
    Because I would like to add some more into it.

    Hi

    I tryed to start a loop from the net,but lets begin from the start. Let's make a hiscore with 20 names and score.

    I will start with add a new editbox to score and a new editbox to names.

    This code you can do again and again...until you hit 20 bar with 2 editboxes in it.


    On the other hand, how can I get all counter 1-20 get them all a random. Then I delete each counter when a high number wins

    The problem is to get all throw a loop, so you after can click on a number then change it and hit a button to refresh/resort the listbox.

    I started the loop but have no idea how to fix it!

    Can somehow make a example, or help me with this.

    http://warlordsfighter.com/download/...oop%20help.mfa

  4. #4

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    warlords's Avatar
    Join Date
    Oct 2011
    Location
    Dk
    Posts
    544
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    If you clicked on Get highest score into List I would like to delete the max number and then click update where there only are 4 left from the list. Then repeat this until you have all numbers deleted and they are in order in the new List?

    Inside the Appl.
    Press Update to see action
    now try to change the first editbox named mark and enter 188 and press update.no action, then try to change to 200 then it will update.It always go up in the counter! Coz of using Max I belive.

    Can you use Min and Max together? so you can edit a lower value that work with Update button?

    How can I select a number of the listbox that wins using a button Get highest score into a new List.

    How can I get the max number in Order by pressing a button?


    I try the loop thing, I don't know if this right way, here is a demo of what I was doing
    http://warlordsfighter.com/download/...p%20button.mfa

Similar Threads

  1. INI Limit?
    By Bipolar_Games in forum Multimedia Fusion 2 - Technical Support
    Replies: 29
    Last Post: 20th November 2012, 03:39 PM
  2. 34k limit
    By RickyRombo in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 27th May 2011, 02:18 PM
  3. 3 shot limit?
    By Zambaku in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th March 2009, 04:39 PM
  4. 500 object limit?
    By Tommy in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th February 2007, 08:08 PM
  5. WAV limit
    By DeepGames in forum The Games Factory 2 - Technical Support
    Replies: 9
    Last Post: 24th October 2006, 12:09 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
  •