How to trigger combo attacks

In the demo, I press the left mouse button once and the animation plays once.
I think if I don't release the mouse now, it can keep playing in a loop. How should this be done?


What is the difference between a simple combo and a repeat combo?
 

Attachments

  • q1.png
    q1.png
    532.8 KB · Views: 4
For this you do want to use the Repeat Combo. The repeat comb allows the combo to repeat for as long as the button is held.
 
about use and trigger and damage , very important, thanks.



1: I press' Use 'once to play a continuous attack animation and deal multiple damage.
This should use simple combo, simple attack. How should we deal with the damage in this animation? There are three attack actions in this animation.

2: I long press' Use 'to start the method of continuous attack animation (such as the digging action in my world). As long as I don't release it, it will continue to play the attack action, causing continuous damage.
Should we use: repeat combo, multi attack?

above two,
Is my description correct? Please help me correct it. This is very important, thank you very much....
 
This should use simple combo, simple attack. How should we deal with the damage in this animation? There are three attack actions in this animation.
Damage is handled like a single attack. The impact modules will run for each collision.

Should we use: repeat combo, multi attack?
The repeat combo will repeat for as long as you have the button held down.
 
Regarding trigger, it is about key triggering.
1 :
Is the repeat combo designed for long press buttons?


2 :
SimpleAttack and Multiplayer Attack
Corresponding to long pressing the button (triggering one collision and triggering multiple collisions)?

above 2 , May I ask if my description is correct?

3 :
Also, what should I do if I attack the collision object and collision always stays inside the target's body, and if I long press the button, I need to deal continuous damage to it?
 
Back
Top