YesNoOk
avatar

Storm's from Mvc2 (Float effect) Help! (Read 476 times)

Started by MagnetoPro, November 28, 2009, 08:31:06 am
Share this topic:
Storm's from Mvc2 (Float effect) Help!
#1  November 28, 2009, 08:31:06 am
  • avatar
  • *
i NEED HELP PLEASE
 

I want to implement the float storm has in mvc2, like when you hold up see floats down.

Will  I how do I go about this I'm stuck. I tried looking at other storms and going into the cns and trying to figure and experiment but I got nothing,


This what the code looks like. from one of the storms i found

;-[ Floating ]-
[State -2]
type = VarSet
trigger1 = Pos Y < 0
trigger1 = Vel Y >= 2
trigger1 = command = "holdup"
var(1) = 1

[State -2]
type = VarSet
trigger1 = command != "holdup"
trigger2 = StateType != A
var(1) = 0

[State -2]
type = VelSet
trigger1 = var(11)
trigger1 = MoveType != H
trigger1 = Vel Y >= 2
y = 2

[State -2]
type = CtrlSet
trigger1 = PrevStateNo = [600,699]
trigger1 = var(1)
trigger1 = !var(1)
value = 0
persistent = 0

[State 50, VelAdd]
type = VelAdd
triggerall = Vel X < 5
triggerall = var(1)
triggerall = command = "holdfwd"
triggerall = command != "holdback"
trigger1 = StateNo = 50
trigger2 = StateNo = [600,699]
x = .25

[State 50, VelAdd]
type = VelAdd
triggerall = Vel X > -5
triggerall = var(1)
triggerall = command != "holdfwd"
triggerall = command = "holdback"
trigger1 = StateNo = 50
trigger2 = StateNo = [600,699]
x = -.25

So where do i start. do I start.

because here is the kicker

state-2 is not a animation
[600,699] / 600 is the j.lp animation and 699 isn't a animation.

I also tried plug in the code itself to see if my character float but i got nothing,



Please help me. Even if there is another way to implements storm's float from mvc2, I will apprciate it. thanks'