MUGEN OUTLAWS
Would you like to react to this message? Create an account in a few clicks or log in to continue.
MUGEN OUTLAWS

FUCK THE MUGEN COPS, WE ARE THE OUTLAWS
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log in  

 

 Make Projectile hit multiple times

Go down 
4 posters
AuthorMessage
Dr. Your Mom
Member
Dr. Your Mom


Number of posts : 221
Location : Riverside,California
Registration date : 2008-07-31

Make Projectile hit multiple times Empty
PostSubject: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 4th 2008, 8:04 pm

i got a projectile special for my mugen character and i want him to shoot something that wont go away till it is of screen. when i finished the projectile, it hits the opponent and disappears. i want it to hit the opponent multiple times till the projectile is off screen.


Can Anyone help me?
Back to top Go down
http://chaseallendiaz.webs.com
JozoTheBoogey
MO Founder
JozoTheBoogey


Number of posts : 396
Age : 33
Location : Bosnia & Herzegowina
Registration date : 2008-07-08

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 4th 2008, 8:21 pm

Dr. Your Mom wrote:
i got a projectile special for my mugen character and i want him to shoot something that wont go away till it is of screen. when i finished the projectile, it hits the opponent and disappears. i want it to hit the opponent multiple times till the projectile is off screen.


Can Anyone help me?
You want a projectile that hits the enemy much more the once and that he doesn't disapears, you want that he goes out the screen right?
Well you can't do that with your projectile, as I know helper is required but I don't how to use one. Check the Code Library, Darren (moderator) posted a code for a helper, go and check it.
Back to top Go down
http://www.freewebs.com/jozotheboogey
Dr. Your Mom
Member
Dr. Your Mom


Number of posts : 221
Location : Riverside,California
Registration date : 2008-07-31

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 4th 2008, 9:31 pm

Alright
Back to top Go down
http://chaseallendiaz.webs.com
blackchaos
Administrator
blackchaos


Number of posts : 137
Age : 41
Location : London,England
Registration date : 2008-07-23

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 5th 2008, 10:22 pm

yea it can be done with a standard projectile code.


in the projectile code, type projhits = then the number of how many times you want it to hit.


adjust pausetime = in the projectile code also, to determine the speed of the hits,



eg: pausetime = 3,13 13 is how long p2 gets stunned for on each hit, 3 is the speed of the projectile hits pause.
Back to top Go down
Dr. Your Mom
Member
Dr. Your Mom


Number of posts : 221
Location : Riverside,California
Registration date : 2008-07-31

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 5th 2008, 10:26 pm

Thanks Darren
Back to top Go down
http://chaseallendiaz.webs.com
blackchaos
Administrator
blackchaos


Number of posts : 137
Age : 41
Location : London,England
Registration date : 2008-07-23

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 5th 2008, 11:04 pm

no problem
Back to top Go down
JozoTheBoogey
MO Founder
JozoTheBoogey


Number of posts : 396
Age : 33
Location : Bosnia & Herzegowina
Registration date : 2008-07-08

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 6th 2008, 11:00 am

blackchaos wrote:
no problem
how can you make the move go fwd still if his get hits, I saw Evil Ken shinhaodoken does it
Back to top Go down
http://www.freewebs.com/jozotheboogey
blackchaos
Administrator
blackchaos


Number of posts : 137
Age : 41
Location : London,England
Registration date : 2008-07-23

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 6th 2008, 3:16 pm

have you got a link to the move because i havent seen it
Back to top Go down
JozoTheBoogey
MO Founder
JozoTheBoogey


Number of posts : 396
Age : 33
Location : Bosnia & Herzegowina
Registration date : 2008-07-08

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 7th 2008, 1:41 am

blackchaos wrote:
have you got a link to the move because i havent seen it
No, or Vyn's SF3 Evil Ryu's haodoken (you can charge it up, F,DF,D,DB,B,x)
Back to top Go down
http://www.freewebs.com/jozotheboogey
blackchaos
Administrator
blackchaos


Number of posts : 137
Age : 41
Location : London,England
Registration date : 2008-07-23

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 7th 2008, 9:35 pm

ok ill check it out
Back to top Go down
fer619
Member
fer619


Number of posts : 72
Age : 42
Location : Guadalajara, Mexico
Registration date : 2008-07-14

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 14th 2008, 8:48 pm

blackchaos wrote:
yea it can be done with a standard projectile code.


in the projectile code, type projhits = then the number of how many times you want it to hit.


adjust pausetime = in the projectile code also, to determine the speed of the hits,



eg: pausetime = 3,13 13 is how long p2 gets stunned for on each hit, 3 is the speed of the projectile hits pause.

what if i'm using a hitdef code instead of a projectile code?
Back to top Go down
blackchaos
Administrator
blackchaos


Number of posts : 137
Age : 41
Location : London,England
Registration date : 2008-07-23

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 15th 2008, 1:21 am

just change type from type = projectile instead of type = hitdef, add add the correct projectile parameters.


attr = S,SP
Back to top Go down
fer619
Member
fer619


Number of posts : 72
Age : 42
Location : Guadalajara, Mexico
Registration date : 2008-07-14

Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times EmptyAugust 15th 2008, 9:00 pm

thanks, i managed to get my attack to hit multiple times now Smile
Back to top Go down
Sponsored content





Make Projectile hit multiple times Empty
PostSubject: Re: Make Projectile hit multiple times   Make Projectile hit multiple times Empty

Back to top Go down
 
Make Projectile hit multiple times
Back to top 
Page 1 of 1
 Similar topics
-
» Multiple projectiles
» How to make an image bigger with out completely ruining it

Permissions in this forum:You cannot reply to topics in this forum
MUGEN OUTLAWS :: Help :: M.U.G.E.N Development Help-
Jump to: