That "thing" which tells us how close characters must be to hit each other. Can't figure it out after countless attempts of using clunky overlaps.
Printable View
That "thing" which tells us how close characters must be to hit each other. Can't figure it out after countless attempts of using clunky overlaps.
I'd recommend trying this:
X Distance of Enemy < Distance Between Two Points (you can set both to X or Y if you just want those measurements - they don't have to be X and Y.)
This is under the Special Object in the Expression Editor. Set the distance value you want to compare to an Alt Value in the active object. For example = Alt Value = 32 - this would detect X distance less than 32 pixels.
Thank you very much, that's what i was looking for. Sorry for long response.
As a side note, most beatemups allow a limited y range +/- the actual Y position of the target so you don't have to be EXACTLY on their y position. It is probably faster to simply do an x and y range check along with your overlap hitbox check.
Still can't figure it out even with your help, it just doesn't work properly
Attachment 29702 i used the Advanced Direction Object in this. Made it to try out how to use the extension a while back, maybe it can give some ideas. I know there are ways with clever math and not using an extension , bit above my head.
flamenko, nous pouvons regarder ton mfa si tu veux
voici un exemple avec colliders
Attachment 29703
fredetmumu, out of curiosity, why do you answer some English posts in French, and others in English? Why not answering every English post in English? This forces the one who asked the question to open a translator to translate your message.
désolé je n'ai pas bien compris comment fonctionnait le site , il me semblait qu'il traduisait automatiquement dans la langue du pays ou on est, (car j'avais lu un banniere disant que le forum serait désormais en anglais et français) une fois j'ai même vu une option "ce message sera affiché dans la langue:.....(avec un choix)" mais je ne la vois plus. du coup quand ce que j'ai a dire me semble trop compliqué a exprimer en anglais je l'écrivais en français en pensant qu'il serait automatiquement traduit, désormais je ferais l'effort de le traduire moi même avec google avant de le poster.
:) Non, les posts ne sont pas traduits automatiquement. Le coup du forum Français / Anglais c'est qu'on peut choisir dans ses préférences dans quelle langue on poste, et les discussions de quelle(s) langue(s) on veut afficher, c'est tout je crois.
ah ok, merci Yves, je me débrouillerai pour poster en anglais maintenant.
fredetmumu, can't open your mfa, it says "this file cannot be loaded because it has been created with a newer version of this product"
You should install the latest updates in fusion.
As i know, build R292.29 is the latest version
try this oneAttachment 29712
Doesn't work again, but anyway thank you and everyone in this thread
i think this is because i have 2.5 + version but i don't use anything from 2.5+ version in this code...
https://www.youtube.com/watch?v=QD340Rxebys
Maybe try this tutorial for knock back. Really not sure what you want to do. I checked your mfa but its french so i cant really understand what you are trying to do. Good luck
Finally figured it out, thank you everyone