YesNoOk
avatar

Throw that affects team SOLVED (Read 245 times)

Started by LM_MAVERIK, March 06, 2011, 08:15:01 pm
Share this topic:
Throw that affects team SOLVED
New #1  March 06, 2011, 08:15:01 pm
  • ****
    • UK
    • strides2glory.com/
I've been coding a throw move and wanted it also to affect your teammate. The problem is not the intial grab but the actual bindstate.

The intial grab that leads to the throw works fines with an "affectteam = B" hitdef
but after the bound state is initated the team player will simple be released. Is there anyway to create a affectteam flag in a player bind state?

any help would be cool
Last Edit: March 10, 2011, 12:29:51 am by DA_MAVERIK
Re: Throw that affects team
#2  March 07, 2011, 01:14:08 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
If p2 is hit he should be able to go into a hitstate from a throw correctly. Does it do the same to your opponent? My guess would actually be yes.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Throw that affects team
#3  March 07, 2011, 01:31:31 am
  • ****
    • UK
    • strides2glory.com/
If p2 is hit he should be able to go into a hitstate from a throw correctly. Does it do the same to your opponent? My guess would actually be yes.

It works perfect on the opponent but not player 2. the intial grabbing state works on p2 then when it comes to the bind state p2 is released. Has this got something to do with the P2 bind flags in the target states? should there be some other flag as well as p2.
Re: Throw that affects team
#4  March 07, 2011, 08:10:54 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Throwing state and custom hitstate code please. I know this stuff works cos i have a donkey kong character that does it.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.