YesNoOk
avatar

starting state at animelem other than 1 (Read 1166 times)

Started by onomamashinee, February 07, 2021, 02:35:33 pm
Share this topic:
starting state at animelem other than 1
#1  February 07, 2021, 02:35:33 pm
  • avatar
  • *
Is it possible to make a state start at, say, animelem = 6 rather than the default animelem=1, or in other words, to skip straight to a certain animelem when it starts?

GT

Re: starting state at animelem other than 1
#2  February 07, 2021, 10:08:59 pm
  • *****
    • USA
    • Skype - gt_ruby
You can use ChangeAnim and define the animelem at the beginning of the state.

[State 0, ChangeAnim]
type = ChangeAnim 
trigger1 = !time
value = xxxx
elem = 6
ignorehitpause = x
Yeah Titiln, in fact, You Made Him
Re: starting state at animelem other than 1
#3  February 08, 2021, 02:11:57 am
  • avatar
  • *
Thank you. I will give it a try.