User Tag List

Results 1 to 10 of 10

Thread: Help me!! mission impossibile for me, MORE instruction for easy function!

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Help me!! mission impossibile for me, MORE instruction for easy function!

    Hello everyone, I need your help, I can not I found the solution, but it contains too many instructions and I think I took a wrong turn.
    this is one small example, but I have 72 switches, and if I create the program with this system, I have to create 5185 instructions
    please, you are very good and you know how I can do this function with few instructions. I have tried many times, but my only other solution is to write 10 instruction for switch for a total of 50 instructions. The real program has 72 switch ... HELP! ME! 72 Instruction for ON RELAYS + 72 instruction for off relays tot 5185
    Please, forgive my bad English and I hope to have written well my problem
    Attached files Attached files

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Please!
    This feature is very important for me, I'm sure there is a system with only two-four instructions, but I do not know. maybe my example is unclear?

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Please, forgive my bad English and I hope to have written well my problem"

    You really didnt written your problem well, i have no idea what you really want but if you just want less events for same effect:

    https://dl.dropbox.com/u/14962632/Pu...%20RELAYS2.mfa

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Skyhunter View Post
    "Please, forgive my bad English and I hope to have written well my problem"

    You really didnt written your problem well, i have no idea what you really want but if you just want less events for same effect:

    https://dl.dropbox.com/u/14962632/Pu...%20RELAYS2.mfa
    Thank you for your example but it was not the function that I wanted.
    For example: with the first switch I have to switch on one of the five relais. Under the switches, I put an edit box in order to chose what relais I prefer to switch on.
    With the first switch I can decide which relais to switch on, with edit box under the switch.
    In my first example I realized this function but i have created too many instructions. I am sure that exist a simple way to do this. Could someone help me?

  5. #5
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    The first help I would like to offer is ask what build are you using? Your signature reads 251. Is this correct? If yes, the latest build is 255 so you need to upgrade.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  6. #6
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    You could honestly reduce this down to one object and then just create instances for the others... Then you'd just spread value through the objects to select a particular one for conditions/actions. You might even be able to get away with using MMFs object pairing:

    http://www.diybandits.com.au/MMF/tut...nstances1.html

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    the link contains a malware and do not want to open it. I do not think you need to update the 'example has been done because there is no part of the edit box, which is very important. When I press the switch first, you must turn on the relay one, but if I check the edit box the number 3, switch 1 will turn on the relay 3 and this for all switches. I must have the possibility, with a single switch, turn on any relay. This function I 've created in my example, but it was made with so many instructions. It is not easy to explain, but my example contains this function, just create this function with few isruzioni, but I can not do this
    Please, one example for me :-)

  8. #8
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    daniele you could create a fast function that switches on the relay.

    Then, have when the user presses a switch the relay number is passed to the fast function that executes the correct one...
    Want to learn Clickteam Fusion 2.5?




  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I understood my problem, I had to add a small function.
    Now the problem is very Big and I do not know if the problem is MMF2 or is the instruction that was created.
    I have to action the graphic switch only with the keyboard PC. not with the mouse.
    If I active the switch with the mouse, I can activate one switch at a time. with the mouse, it works fine, but when I do this function with buttom on the keyboard pc, there are many bugs. Just try to have loock at my example: press quickly buttons 1 and 2 to see the problem. I need this instruction to continue my software. Please help me, if I can not find help from you, I can not continue my program.
    Attached files Attached files

  10. #10
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What the problem is that if you press at the same time it will only do actions for all your Goods but only pick one of your Arms, use pick one at random to solve this:

    https://dl.dropbox.com/u/14962632/Public1/BUGsolved.mfa

Similar Threads

  1. Function Eggtimer problem // Power Function for MMF2 Android?
    By ogrgkyle in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th May 2013, 03:17 AM
  2. bug or bad instruction?
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 23rd July 2012, 11:50 PM
  3. Setup instruction manual
    By Evilized79 in forum iOS Export Module Version 2.0
    Replies: 10
    Last Post: 21st July 2011, 04:20 AM
  4. Movement instruction
    By Earthbreaker in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 10th February 2010, 12:48 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
  •