Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Slope Glitch ?
- SpriteProductionS
-
100+ posts
Slope Glitch ?
There is a glitch in my platformer where the character randomly warps up slope can anyone see a problem here?

- duckboycool
-
1000+ posts
Slope Glitch ?
Could you instead share the project? This is hard to read, and we can't test with it.
- SpriteProd_TesT
-
24 posts
Slope Glitch ?
Could you instead share the project? This is hard to read, and we can't test with it.Here you go tell me if you find anything wrong
- duckboycool
-
1000+ posts
Slope Glitch ?
This happens since the Custom block is being run more than once at a time, and it amplifies the y changed from the slope.
- SpriteProductionS
-
100+ posts
Slope Glitch ?
This happens since the Custom block is being run more than once at a time, and it amplifies the y changed from the slope.
So should I make one custom block in order to fix it if not how ?
- SpriteProductionS
-
100+ posts
Slope Glitch ?
You have an smaller hitbox than the character.
hitbox cant be the same size that's why I created it so the character doesn't get caught on the side of platforms
- asivi
-
1000+ posts
Slope Glitch ?
Your hitbox must cover your character completly.You have an smaller hitbox than the character.
hitbox cant be the same size that's why I created it so the character doesn't get caught on the side of platforms
Otherwise remove it.
Last edited by asivi (Feb. 2, 2017 13:48:52)
- -ShadowOfTheFuture-
-
1000+ posts
Slope Glitch ?
Please don't necropost. This topic is from February.
- -InTheProcess-
-
13 posts
Slope Glitch ?
Mine would glitch too. I was making a scrolling platform and whenever the sprite went down the slope after going up, it would glitch like crazy. I fixed it by changing the variable, Scroll Y, to the variable, y, in the slope script.
- Nezon
-
1000+ posts
Slope Glitch ?
please don't necropost. Mine would glitch too. I was making a scrolling platform and whenever the sprite went down the slope after going up, it would glitch like crazy. I fixed it by changing the variable, Scroll Y, to the variable, y, in the slope script.
- Discussion Forums
- » Help with Scripts
-
» Slope Glitch ?