Jump to content
  • 0

How do i fix my character's walking intro?


Question

Posted

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

3 answers to this question

Recommended Posts

  • 0
Posted
On ‎11‎/‎30‎/‎2018 at 3:44 PM, koshty said:

Probably because your char isnt moving to begin with try changing the velset and also screenbound needs to be on both players to work 
also who is your character

 

Michael Myers.

  • 0
Posted

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.

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