Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do i make better controls?
- redfoxfire
-
40 posts
How do i make better controls?
Im making a game on my other account @ANANAS_2nd and would like some help:
The ground is made of smooth slopes, but i cant seem to make the character move up when touching it (the platforms and the background are on the same sprite, so i'm using (if touching ) blocks) how can i fix this?
The sprite has al of its costumes, including the walk animation, in it. how can i fix this so that when walking, I don't have the extra frames?
The ground is made of smooth slopes, but i cant seem to make the character move up when touching it (the platforms and the background are on the same sprite, so i'm using (if touching ) blocks) how can i fix this?
The sprite has al of its costumes, including the walk animation, in it. how can i fix this so that when walking, I don't have the extra frames?
- _THEBOSS_7
-
500+ posts
How do i make better controls?
1) link? 2) maybe your slope detection is not working.
- redfoxfire
-
40 posts
How do i make better controls?
1) the project is not made yet, but i will share it 20 how do i do that 1) link? 2) maybe your slope detection is not working.
- redfoxfire
-
40 posts
How do i make better controls?
Here is the project i am talking about: https://scratch.mit.edu/projects/4576401591) the project is not made yet, but i will share it 20 how do i do that 1) link? 2) maybe your slope detection is not working.
- DerpyHead0
-
1000+ posts
How do i make better controls?
the issue is that you just don't have any code the move the player up when they're in the ground, all the code does is move the player left and right.
you need to acutally move the player up.
all the code does currently is move the player down if they aren't in the ground.
you need to acutally move the player up.
all the code does currently is move the player down if they aren't in the ground.
- Discussion Forums
- » Help with Scripts
-
» How do i make better controls?