Jump to content
  • 0

Angle Draw doesn't work


Trinitronity

Question

There is a character, which I'm coding for an MFG fullgame called Street Fighter IV NES Remake (working title), and I wont to rotate a sprite during one frame of the super.

However, my AngleDraw controller wont work...

[State 3050]
Type = AngleDraw
trigger1 = animelem = 9
value = 45
ignorehitpause = 1

[State 3050]
Type = AngleDraw
trigger1 = animelem = 10
value = 0
ignorehitpause = 1

Plese help me. Thanks in advance!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

There is a character, which I'm coding for an MFG fullgame called Street Fighter IV NES Remake (working title), and I wont to rotate a sprite during one frame of the super.

However, my AngleDraw controller wont work...

[State 3050]
Type = AngleDraw
trigger1 = animelem = 9
value = 45
ignorehitpause = 1

[State 3050]
Type = AngleDraw
trigger1 = animelem = 10
value = 0
ignorehitpause = 1

Plese help me. Thanks in advance!

 

Please try trigger1 = animelemtime(9) >= 0 && animelemtime(10) < 0 to see.......

Link to comment
Share on other sites

  • 0

basically, Angledraw works for only 1 tick.

 

by using animelem = 9 , it works for 1 tick in animation element 9 (which could be any number of ticks)

 

so using what werewood said animelemtime(9)>=0 means that it will work for all of the ticks of animation element 9. instead of just 1.

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