User Tag List

Results 1 to 6 of 6

Thread: How to combinate two keys to perform actions?

  1. #1
    No Products Registered

    Join Date
    Oct 2006
    Posts
    72
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to combinate two keys to perform actions?

    Is it possible to combinate two (or several)keys to perform actions?

    I mean UP+LEFT KEY -----> JUMP ON THE LEFT
    I mean UP+RIGHT KEY-----> JUMP ON THE RIGHT
    UP KEY -----> JUMP UP
    DOWN KEY -----> GO DOWN

    Thanks

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: How to combinate two keys to perform actions?

    Yes, just right click on an event and add more conditions.

    [events]
    * Upon pressing "Up arrow"
    + Repeat while "Left arrow" is pressed
    + (Negate) Repeat while "Right arrow" is pressed
    -Jump on the left

    * Upon pressing "Up arrow"
    + Repeat while "Right arrow" is pressed
    + (Negate) Repeat while "Left arrow" is pressed
    -Jump on the right

    * Upon pressing "Up arrow"
    + (Negate) Repeat while "Right arrow" is pressed
    + (Negate) Repeat while "Left arrow" is pressed
    -Jump up

    * Upon pressing "Down arrow"
    - Go down
    [/events]

    Or similar but...
    [events]
    * Repeat while "Left Arrow" is pressed
    + Repeat while "Up Arrow" is pressed
    + Only action when event loops
    -Jump on the left
    [/events]
    .:::.Joshtek.:::.

  3. #3
    No Products Registered

    Join Date
    Oct 2006
    Posts
    72
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to combinate two keys to perform actions?

    Thanks a lot!

    It's cool the tabel you used to explain the code, how can I make it when I starts a new post?

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to combinate two keys to perform actions?

    A little tip, if you hit the "quote" button then you get to see the source of their post.

  5. #5
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: How to combinate two keys to perform actions?

    Quote Originally Posted by The Thinker
    Thanks a lot!

    It's cool the tabel you used to explain the code, how can I make it when I starts a new post?
    Read this guide. You can PM me any questions about it.
    .:::.Joshtek.:::.

  6. #6
    No Products Registered

    Join Date
    Oct 2006
    Posts
    72
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to combinate two keys to perform actions?

    Thanks a lot it is very cool!

Similar Threads

  1. Softkeyboard: perform action when Done key is pressed
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 15th January 2014, 03:09 AM
  2. Action for "Don't perform events"?
    By Soilydude in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th July 2013, 06:52 PM
  3. Best way to reassign keyboard keys to initiate actions during runtime.
    By Netflyer165 in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 24th April 2012, 02:04 AM
  4. Good way to perform searches on remote documents?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 15th October 2010, 05:22 PM
  5. accelerator keys aka hot keys don't work
    By Gitaarheld in forum Install Creator and Patch Maker
    Replies: 1
    Last Post: 23rd February 2009, 09:05 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
  •