User Tag List

Results 1 to 5 of 5

Thread: multiple key combo

  1. #1
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    multiple key combo

    is it possible to have this in mmf.

    example user press both up and left arrow keys?


  2. #2
    No Products Registered

    Join Date
    Dec 2009
    Location
    Sweden
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: multiple key combo

    Hi Willow!
    I believe all you have to do to enable this is to make an condition containing both "When Player press up" and "When Player press left". Then choose your action

  3. #3
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: multiple key combo

    im unsure have you done this your self more info needed

  4. #4
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: multiple key combo

    Multiple key combos will work in MMF just make sure you have it set something like:

    -Repeat while left arrow key is pressed
    +Repeat while up arrow key is pressed


    The reason the "Repeat" has to be there is it is almost impossible for the user to be able press the two keys at the same exact time and there is no way for MMF to sense it as it runs like a list of commands from top to bottom.

    Also, if needed you may add:

    +Only one action if event loops

    To prevent over-looping. Always remember that a computer follows instructions like a list and it is impossible for the computer to do two tasks at one time.

    -Variant

  5. #5
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: multiple key combo

    thanks.

Similar Threads

  1. What is the Combo Box object expression to read text typed into the combo box?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 28th December 2011, 07:08 PM
  2. multiple instances spawning at multiple places
    By CPW in forum Multimedia Fusion 2 - Technical Support
    Replies: 17
    Last Post: 22nd February 2009, 12:38 AM
  3. Importing multiple animations as multiple frames
    By Shawn in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 25th November 2008, 09:36 PM
  4. Multiple PMOs for multiple Objects
    By Blood_Wist in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 31st May 2008, 01:49 AM
  5. Multiple Turret Shooting With Multiple Targets
    By Brandon in forum File Archive
    Replies: 4
    Last Post: 29th January 2008, 02:34 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
  •