YesNoOk
avatar

help with an akuma i make (Read 210 times)

Started by mahoro99, February 22, 2010, 02:07:29 pm
Share this topic:
help with an akuma i make
#1  February 22, 2010, 02:07:29 pm
  • *
i think that everyone know his dive kick special so how do i make like the one of pots one  still an amtuer in coding

any answer helps thanks
Re: help with an akuma i make
#2  February 23, 2010, 05:09:40 am
  • ***
  • 我が名は 「ハクメン」、押して参る!
well before you start coding the move first try to understand how the move works, it's basically just akuma coming down from the air very quickly and then immediately stopping at ground level. So type=velset or type=veladd is obviously a must, give your character an appropriate velocity for him to dive down.
In order for your character to stop going down when it hits ground level, you'll also need to check your character's y position and tell your character to stop when ground level is reached. So maybe incoporate type=velset with a trigger1=pos y=whatever. And don't forget all the basic type=hitdef you'll need for the move to actual hurt people.
Hope this helps, I rarely do the helping as opposed to being helped around here.