Posts: 596
Threads: 47
Joined: Dec 2011
01-31-2012, 08:38 AM
(This post was last modified: 02-01-2012, 11:12 AM by Rhino.Freak.)
i wanted to know how to make a character with a high defence, i.e normal punches dont work on our char..
also i want to know how to do it with strong attacks too, that is balls etc dont effect the char..
also how to make a ball whose direction we can control along z-axis too at the launch of ball..?
Thanks given by:
Posts: 722
Threads: 74
Joined: Apr 2011
To build defense, make a new char by not showing real sprites of it and do the opoint on yourself. Download Broly and learn it yourself.
I can't understand others.
This place motivates me to become an artist, this place motivates me to learn coding, this place made me grow up, showed me the ways to interact with people. Unlike the old childish of me myself, I've learned a lot and gotten some experiences. For me, it's not just a fan forum, it's a helpful community. From a noob to someone who would think before he speaks, looking back at my old post made me laugh hard, I'm grateful of the differences between these 2 years.
~Thank You All and Farewell
~Goodbye, LFE.
RIP - 14/04/2014
Thanks given by:
Posts: 596
Threads: 47
Joined: Dec 2011
like firen's fire balls.. if we press down the fire balls go down when he throws it.. how to do it? my attack is only going on x-axis that is straight line
Thanks given by:
Posts: 722
Threads: 74
Joined: Apr 2011
01-31-2012, 12:18 PM
(This post was last modified: 01-31-2012, 12:19 PM by Hero destroyer.)
Code:
<frame> 0 flying
pic: 0 state: 3000 wait: 1 next: 1 dvx: 15 dvy: 0 centerx: 90 centery: 41 hit_a: 0 hit_d: 0 hit_j: 0
^Yours should be like this, right?
Add a dvz: 0 so it looks like this:
Code:
<frame> 0 flying
pic: 0 state: 3000 wait: 1 next: 1 dvx: 15 dvy: 0 dvz: 0 centerx: 90 centery: 41 hit_a: 0 hit_d: 0 hit_j: 0
This place motivates me to become an artist, this place motivates me to learn coding, this place made me grow up, showed me the ways to interact with people. Unlike the old childish of me myself, I've learned a lot and gotten some experiences. For me, it's not just a fan forum, it's a helpful community. From a noob to someone who would think before he speaks, looking back at my old post made me laugh hard, I'm grateful of the differences between these 2 years.
~Thank You All and Farewell
~Goodbye, LFE.
RIP - 14/04/2014
Thanks given by:
Posts: 596
Threads: 47
Joined: Dec 2011
02-01-2012, 11:19 AM
(This post was last modified: 02-01-2012, 11:21 AM by Rhino.Freak.)
what do u mean by HEX UP LF2.EXE ?? please explain and yes im making for a mod.. and please gimme a link for broly!
and i added that dvz: 0 but still it aint working.. HELP!
Thanks given by:
Posts: 1,339
Threads: 32
Joined: Jan 2011
02-02-2012, 12:46 PM
(This post was last modified: 02-02-2012, 12:47 PM by bashscrazy.)
IIRC You need to a dvz value in the opoint ?
I forget. I'm really rusty with DC
this is for the direction ball
Thanks given by: