YesNoOk
avatar

Making P2 invisible upon death (Read 336 times)

Started by FatalVice, April 14, 2012, 02:40:01 am
Share this topic:
Making P2 invisible upon death
#1  April 14, 2012, 02:40:01 am
  • *
Hola!

I was wondering, how/ is it possible to make p2 invisible when they die?

To further clarify, I put p2 in a custom state already, but I want him to be invisible when he dies. If I use assertspecial to make them invis, and don't selfstate p2 at the end,  the round wont end until I use Ctrl+I.

If that doesn't make sense, i'll explain the move.  P2 gets sucked/shrinks into a black hole, and I want them to be invisible afterwards, like they got transported into the black hole.  So I don't want their body to show, and I want round 2 to just begin like normal.

Thanks!

GT

Re: Making P2 invisible upon death
#2  April 14, 2012, 02:57:15 am
  • *****
  • Don't fuck with me, Jack!
    • USA
You've got the right idea.

Create a posadd with an x value of -9999999999 and place it into the custom state you've created. Then disable P2's camera with screenbound so they'll be forced off of the screen. Use selfstate and redirect P2 to state 5150.
Yeah Titiln, in fact, You Made Him
Last Edit: April 14, 2012, 03:00:45 am by Yzan
Re: Making P2 invisible upon death
#3  April 14, 2012, 03:26:27 am
  • *
I didn't even think about Posadd ><. Thank you very much!! I put x and y to be -9999999999 and it works perfectly.

2OS

Re: Making P2 invisible upon death
#4  April 14, 2012, 03:35:49 am
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
Alternatives —

-assertspecial invisible
-changeanim2 to a blank anim


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Re: Making P2 invisible upon death
#5  May 30, 2012, 01:12:46 pm
  • avatar
Make P2 Invisible?

[State ****, assertspecial]
type = assertspecial
trigger1 = ???
flag = invisible

[State 0, ChangeAnim2]
type = ChangeAnim2
trigger1 = ???
value = 5110 (lie down)
elem = ???

Can you help me, I'm new :)

2OS

Re: Making P2 invisible upon death
#6  May 30, 2012, 01:14:18 pm
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
trigger1=1

elem isn't needed.

start your own threads from now on.


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Re: Making P2 invisible upon death
#7  May 30, 2012, 01:16:45 pm
  • avatar
trigger1 = 1
make invisible p1 character, not p2...
Re: Making P2 invisible upon death
#8  May 30, 2012, 01:24:00 pm
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
Maybe because you're using it in P1's state. Definitely because you're using it P1's state. You need to put P2 into a custom state to make them invisible. Either that or send them off the screen.