YesNoOk
avatar

time limited transformation... (Read 199 times)

Started by dark byakuya, January 03, 2011, 08:00:57 pm
Share this topic:
time limited transformation...
#1  January 03, 2011, 08:00:57 pm
  • **
  • O.O!!!! おまえわアルファですか?
    • USA
how do make a time limited transformation,  for example one that lasts for
50 seconds,do you use another variable  or something?
Oh no alpha is gonna blooow!! EVERYONE PANIC!!!!!!!!!!
Re: time limited transformation...
#2  January 03, 2011, 08:10:14 pm
  • ***
  • Life is Life... WTF!!
    • www.mugenimperiolatino.com/index.php
yes you are forced to use another variable....

for example add a varset in your transformation state
[mcode]
[State 0, VarSet]
type = VarSet
trigger1 = !Time
var(10) = 1200
[/mcode]

and in your -2 i would put something like that.

[mcode][State 0, VarAdd]
type = VarAdd
trigger1 = Var(10)
var(10) = -1

[State 0, ChangeState]
type = ChangeState
triggerall = Ctrl && Statetype != A && Statetype != L && Movetype != H
trigger1 = Var(10) <= 0
value = 1250
ctrl = 0
[/mcode]

The state 1250 is where you return to your normal mode, after lose your transformation.

i hope that help you ;D bye!!
[

Nice userbars no? :P Make click & Download something nice for your Mugen!!!
________________________________
Last Edit: January 03, 2011, 08:13:41 pm by leandro1412
Re: time limited transformation...
#3  January 03, 2011, 08:26:28 pm
  • **
  • O.O!!!! おまえわアルファですか?
    • USA
thanks!
Oh no alpha is gonna blooow!! EVERYONE PANIC!!!!!!!!!!
Re: time limited transformation...
#4  January 03, 2011, 08:33:56 pm
  • ***
  • Life is Life... WTF!!
    • www.mugenimperiolatino.com/index.php
u r welcome, comment if that works.  :sugoi:
[

Nice userbars no? :P Make click & Download something nice for your Mugen!!!
________________________________