User Tag List

Results 1 to 3 of 3

Thread: beat em ups

  1. #1
    No Products Registered

    Join Date
    Jun 2007
    Posts
    149
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    beat em ups

    how do u get your fighter to attack 3 times with the same button pressed 3 times like in a beat em up like final fight or streets of rage?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    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)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: beat em ups

    On key or button pressed normally play a custom animation

  3. #3
    No Products Registered

    Join Date
    Feb 2007
    Posts
    199
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: beat em ups

    You could use an alterable value to pick the attack an do something like:

    Not button pressed
    + Alt value A > than 0
    + every 20 milisecond (or what ever)

    - Set alt Value A to 0.

    What this bit does is set Alt value A back to 0 if the player fails to press the button in rapid succession quick enough.

    Now check for 3 button attack.

    Button pressed
    +Alt value A < than 3

    - Add 1 to alt value A

    Now initiate attack

    Alt value A = 3
    +only when event loops

    - do attack

    It's not tested, just a thought.



Similar Threads

  1. Rpg & Beat em Up
    By ClickJoe in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 26th July 2013, 02:30 PM
  2. Beat 'em Up AI: HALP!
    By The_Beaul in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th July 2010, 03:13 AM
  3. Beat-em-up Question
    By Sebaceous in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 4th June 2009, 07:13 PM
  4. jeu beat em up
    By imothep85 in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 27th December 2008, 02:51 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
  •