Jump to content
  • 0

How do i fix my character's walking intro?


CherryAddictz

Question

I've tried giving my character just simply walking into the stage, but there is one problem, my character is not walking into the stage, only the walking animation is. is there any else way to fix this problem?

[Statedef 190]

type = S

ctrl = 0

anim = 190

velset = 0,0,0

 

[State 0, ScreenBound]

type = ScreenBound

trigger1 =2

value = 1

movecamera = 2,0

posset x = -200

 

[State 192, 2]

type = ChangeState

trigger1 = AnimTime = -10

value = 0

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

yup, you also probably need a posset at time=0, to place your char off the screen then make it walk in with velset. Or just look at another char's code with the same thing (Q from SF3, for example) and see how it properly works.

Link to comment
Share on other sites

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...