CHESHT CHESHT loading

567boi1234 wrote:

so i made a fighting game (not complete) and i added an uppercut ability
one of the characters is stuck in the uppercut sprite i tried literally everything it makes no sense what
link to game
I immediately noticed that you have the speed increase bug with the jumping and walking, to fix this, make a sprite (speed_fix) that covers up the whole screen, and inside it's code, make a flag block followed by a “set ghost to 99”, then go back to your characters and make a block: Flag, Forever, If Touching speed_fix, set x_speed to 0. This will fix the increased speed when in the air.

Also, i cant find the bug you're having, maybe it's a one time thing?