YesNoOk
avatar

Stuck on yondaime Rasengan (Read 650 times)

Started by AzulSonic, July 10, 2008, 04:43:55 am
Share this topic:
Stuck on yondaime Rasengan
#1  July 10, 2008, 04:43:55 am
  • *
  • Eh...?
ok, i have EVERYTHING downpact for rasengan, i only have one question  --; How do i make him teleport behind P2/comp plyr wherever they are on the stage? :ninja:
Re: Stuck on yondaime Rasengan
#2  July 10, 2008, 07:18:20 am
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
ok, i have EVERYTHING downpact for rasengan, i only have one question  --; How do i make him teleport behind P2/comp plyr wherever they are on the stage? :ninja:


a Trigger determining p2 statetype would be necassary and or pos y

then you 'll need either, pos add or pos set, set to (p2dist x) - wherever you want to appear, also don't forget to make your character turn around using the sctrl turn.

Cheers,RajaBoy
Re: Stuck on yondaime Rasengan
#3  July 10, 2008, 03:53:21 pm
  • *
  • Eh...?
wait so under "X" axis put "p2dist?"
Re: Stuck on yondaime Rasengan
#4  July 10, 2008, 04:03:26 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
Look at the "p2bodydist X/Y" sctrl in the mugen docs.
Re: Stuck on yondaime Rasengan
#5  July 10, 2008, 04:54:51 pm
  • *
  • Eh...?
this is what i have so far
[State 0, PosAdd]
type = PosAdd
trigger1 =animelem = 9
x = 75
y = 0
;ignorehitpause =
;persistent =

[State 0, VelSet]
type = VelSet
trigger1 = AnimElem = 9
x = 20
y = 0


but i dont understand why it wont lock on when you do it.....  :-\
Re: Stuck on yondaime Rasengan
New #6  July 11, 2008, 07:07:42 pm
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
Look at the "p2bodydist X/Y" sctrl in the mugen docs.

wait so under "X" axis put "p2dist?"
^
^
that and what was already told to you., that just adds you to pos 75 constantly on the screen and then  sets you to pos 20.

with the value of x=  what i said above subtracted by a number that puts you behind p2, the codes you have are pointless for what you want to do, use one of those sctrls only.

 i said use   EITHER a posadd or posset to get behind p2.


Cheers,RajaBoy ;D
Last Edit: July 11, 2008, 07:13:22 pm by RajaBoy