YesNoOk
avatar

Super Cancel Problem (Read 2643 times)

Started by CrimsonK0F, March 18, 2020, 04:47:43 am
Share this topic:
Super Cancel Problem
#1  March 18, 2020, 04:47:43 am
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
I edited the super cancel flash of Kyo Kusanagi made by Falcon Rapper it works but the problem is when your on the p2 side and you do the super cancel the sprite is upside down this is the code.

[State 3250, Super Cancel Flash]
Type = Explod
Trigger1 = var(21)  || var(22)
Trigger1 = ! (Time % 2) && Time <= 12
Persistent =1
Anim = 9009
Pos = 30,90
Removetime = - 2
Bindtime = - 1
Supermove = 1
Pausemovetime = 99999
Supermovetime = 99999
Sprpriority = 99999
Trans = addalpha
Alpha = 256,256
Ownpal = 1
Scale = .5,.5

Do i have to add something or change it?
Re: Super Cancel Problem
#2  March 18, 2020, 02:29:55 pm
  • **
  • BOOM!
  • I'm a magen dade who knows how to code somewhat
    • USA
Make the postype P1 so that mugen won't get confused, of that doesn't work then you have to edit the sprites for the p2 side
That will happen to you if you don't wear your seat belts, so make sure to wear your seat belts.
Re: Super Cancel Problem
#3  March 19, 2020, 11:17:12 am
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
Guess i have to go edit my sprites for the p2 side but thanks for the suggestion
Re: Super Cancel Problem
#4  March 20, 2020, 06:14:37 am
  • *****
  • Shame on you!
    • USA
have you tried using Facing?
something like 
Scale = .5,.5*facing
Would be what you need if it's upside-down. But it being upside-down doesn't make sense.
 
vVv Ryuko718 Updated 10/31/22 vVv
Re: Super Cancel Problem
#5  March 24, 2020, 03:21:27 pm
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
I know i typed it as upside down but it isn't it was flipped sorry about that
Re: Super Cancel Problem
#6  March 28, 2020, 07:13:02 pm
  • *****
  • Shame on you!
    • USA
So that seemed to be the entire problem.
What's actually the problem??
If instead of vertical it's horizontal, you'd just edit the horizontal size of the scale
Scale = 0.5*facing,0.5
vVv Ryuko718 Updated 10/31/22 vVv
Re: Super Cancel Problem
#7  March 29, 2020, 04:01:25 pm
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
Thanks so much that solved the problem.