Jump to content
  • 0

Limiting Transformation


Question

Posted

Aloha Mffa, 

 

I would like to know how you limit a tranformation/style. Like once activated you cant press the button again- and it the transformation has limit(not bieng tide with power gauge)

adult_neptune_sig0_by_dartzpie-da09vrc.p

 "Your so Naive-"

2 answers to this question

Recommended Posts

  • 0
Posted

i've always used variables to limit it.

 

trigger1 = var(10)=1

 

this will active only if the variable 10 is 1, and how does 10 get 1? an activator state for in stance such as GEN from SFA3, he has 2 fighting styles so the state where he changes stance i'd include a varset. to make 10 = 1 and back.

 

also I use another variable for time or rechanging back.

when you transform set a variable to such as 11, to .. say... 1000

then constantly remove 1 from it with a varadd using (var(11)= -1

 

and you could look at my Young Goku for a reference.

- Characters -  / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -

 

  • 0
Posted

i've always used variables to limit it.

 

trigger1 = var(10)=1

 

this will active only if the variable 10 is 1, and how does 10 get 1? an activator state for in stance such as GEN from SFA3, he has 2 fighting styles so the state where he changes stance i'd include a varset. to make 10 = 1 and back.

 

also I use another variable for time or rechanging back.

when you transform set a variable to such as 11, to .. say... 1000

then constantly remove 1 from it with a varadd using (var(11)= -1

 

and you could look at my Young Goku for a reference.

 

Alright I'll take a look in young goku. 

adult_neptune_sig0_by_dartzpie-da09vrc.p

 "Your so Naive-"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...