User Tag List

Results 1 to 3 of 3

Thread: Fighting Move combo System help

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Aug 2006
    Posts
    234
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Fighting Move combo System help

    I've actually gotten a more basic form of this working, using counters, though to do something as complex as the picture below i'd have to use an array.


    Anyway, my question is, is there anyway to detect if a series of keys are pressed midstream instead of testing for each individual one the hard way?

    For example: If an attack is Forward, Forward, Down, B and the number combo in the array was 4,4,6,8, is there any way to detect that mid stream so I would have to test each indivdual number position incrementally if it doesn't happen at the begining of each set?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fighting Move combo System help

    I think you might be able to do this with the String Parser 2 by adding each keypress code to the end of its source string and continually checking for the string containing a certain substring (then replacing it to prevent it triggering again).

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fighting Move combo System help

    Zeno

    I would suggest you take a look at the file in this link . It is a combo system that you might be able to use.


    It requires the Key Object made by Liji. You can get it here .

Similar Threads

  1. Combo move issues...
    By LuZeke in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th October 2008, 04:41 PM
  2. Combo move issues...
    By LuZeke in forum File Archive
    Replies: 0
    Last Post: 17th October 2008, 10:06 PM
  3. Conflict with Combo Box and Background System Box?
    By twister in forum File Archive
    Replies: 3
    Last Post: 5th December 2007, 09:38 PM
  4. Combo Box + Background System Box bug example
    By Wingamez in forum File Archive
    Replies: 0
    Last Post: 17th August 2006, 04:35 PM
  5. Combo Box + Background System Box bug
    By Wingamez in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 17th August 2006, 04:05 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
  •