Ok so i'm making a character, no other than Link from the Legend OF Zelda series! Anyway, i'm trying to get him to do a move that he uses his grappling hook to get the other character [If he's at same hight as the grappling hook] to him, and deal some damage when it hits him. -Just like Scorpion from Mortal Wombat- But that isn't all I want to do with the move!I want it to also grab one of the 4 corners of the screen [Depending on what the player chooses through seperate buttons] and take him to that corner he chose. And I can't find any similar moves in KFM or any other characters I downloaded. Help plz? ***** I'm asking this because I'm too lazy to check more than twenty websites to see if they have a bit of information to help me.
Quote... I'm too lazy ...That's not going to get you help. Try something, fail at it, try again, fail again. Rinse and repeat. Then come ask us.
kenshinx0 said, July 10, 2011, 01:09:23 amQuote... I'm too lazy ...That's not going to get you help. Try something, fail at it, try again, fail again. Rinse and repeat. Then come ask us.I agree, but you can at least give him some advice... I'm no professional coder. But if I were you, I would probably look into a character's codes that have a similar move of what your talking about. Scorpion for instance? This might at least give you an idea. The Rinse and repeat method would also help for future coding. Just try messing around with everything. Trial and Error. Thats what I did to adjust to the basics.
Sorry, I'm kind of strict when it comes to putting in an effort. I'm sure many on here will agree with me. There's not really a problem for me to help or give advice with unless he's tried to code it and failed. But yes, as you mentioned. Trial and error.
Grappling hook to bring the opponent towards you is nothing but a throw with a custom state and targetind, look in KFM for his throw.Grappling hooking to the four corners: You're not ready for that yet if you can't grappling hook your opponent. One step at a time.