Solarus-Games English Forum

Solarus => Development => Topic started by: Starlock on January 27, 2018, 11:16:18 PM

Title: Are attack combos possible
Post by: Starlock on January 27, 2018, 11:16:18 PM
I've taken a break from development for a while to work on musics and to focus on college, but I'm thinking of ideas for when I start working again and was wondering if commands and keys can be combined to create different sword attacks.

Like if you use "attack" while holding a direction the hero will lunge in that direction.

There is also a custom roll code I have done that freezes the hero and makes him roll forward then unfreezes him. Would there be a way to combine the roll with attack to make a kind of "sword roll"  or would this not work since the hero is frozen?
Title: Re: Are attack combos possible
Post by: Diarandor on January 28, 2018, 01:01:28 AM
Yup! All of that is feasible, but not trivial. :)