Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Walking animation help!
- InspectorSarky
-
5 posts
Walking animation help!
Hello! I am working on a game where the main sprite's movement is controlled with the arrow keys. In addition, while walking in a certain direction (let's say forward) the sprite has TWO walking animations. My question is how will I make the character walk and change costumes between the 2nd and 3rd costumes (1st is normal standing pose). Also there has to be a wait before changing costumes that does not affect the general walking motion Any help is greatly appreciated. More information can be given if needed. Thanks!
P.S. here is my current ‘forwards’ code:
P.S. here is my current ‘forwards’ code:
Last edited by InspectorSarky (Feb. 7, 2016 05:22:46)
- TbisonicGames
-
4 posts
Walking animation help!
Well, If this is what you mean, your going to have to have multiple costumes, Say if you wanted the player to flip when the other key is pressed, you are going to need separate costumes or edit your character's rotation, which is found in the i in the sprite pic that you click to get the sprite up, but in your case, you are going to have to have 4-8 costumes of walking, 4=Two Left/Right, 2 Up/down or 8=2 left 2 right 2 up 2 down. If you want a pause without stopping the GENERAL waling animation you will have to switch it to an idle costume, or in your case costume 1, which will then wait depending on your script and then continue walking, but try to make idle costume look like the middle of the walking animation if you want a pause between every step…
I hope I helped!
I hope I helped!

- InspectorSarky
-
5 posts
Walking animation help!
Thanks! I'll give it a try. Although I wish I could skip costume 1 while walking. Well, If this is what you mean, your going to have to have multiple costumes, Say if you wanted the player to flip when the other key is pressed, you are going to need separate costumes or edit your character's rotation, which is found in the i in the sprite pic that you click to get the sprite up, but in your case, you are going to have to have 4-8 costumes of walking, 4=Two Left/Right, 2 Up/down or 8=2 left 2 right 2 up 2 down. If you want a pause without stopping the GENERAL waling animation you will have to switch it to an idle costume, or in your case costume 1, which will then wait depending on your script and then continue walking, but try to make idle costume look like the middle of the walking animation if you want a pause between every step…
I hope I helped!

- footsocktoe
-
1000+ posts
Walking animation help!
Hello! I am working on a game where the main sprite's movement is controlled with the arrow keys. In addition, while walking in a certain direction (let's say forward) the sprite has TWO walking animations. My question is how will I make the character walk and change costumes between the 2nd and 3rd costumes (1st is normal standing pose). Also there has to be a wait before changing costumes that does not affect the general walking motion Any help is greatly appreciated. More information can be given if needed. Thanks!
P.S. here is my current ‘forwards’ code:
I think you could break it into two parts and give yourself a place to insert something between costume 2 and 3.
- InspectorSarky
-
5 posts
Walking animation help!
Thanks!Hello! I am working on a game where the main sprite's movement is controlled with the arrow keys. In addition, while walking in a certain direction (let's say forward) the sprite has TWO walking animations. My question is how will I make the character walk and change costumes between the 2nd and 3rd costumes (1st is normal standing pose). Also there has to be a wait before changing costumes that does not affect the general walking motion Any help is greatly appreciated. More information can be given if needed. Thanks!
P.S. here is my current ‘forwards’ code:
I think you could break it into two parts and give yourself a place to insert something between costume 2 and 3.
- mstone326
-
1000+ posts
Walking animation help!
I am doing a tutorial for my 8th grade students and handle animations a tad different but very similar to others. My students also understood this methoday pretty well. I create a variable called frame, from the griffpatch tutorial but I handle it a tad differently.
I change costume by frame. Then when I push the arrow to move I change frame by a decimal of 1. In my mario tutorial we change frame by.33. Since each costume has a whole number by making frame a decimal it will take longer to change costume.
Here is build 2, the YouTube tutorial explains it better.
https://scratch.mit.edu/projects/96102755/
I change costume by frame. Then when I push the arrow to move I change frame by a decimal of 1. In my mario tutorial we change frame by.33. Since each costume has a whole number by making frame a decimal it will take longer to change costume.
Here is build 2, the YouTube tutorial explains it better.
https://scratch.mit.edu/projects/96102755/
- Ultradragon005
-
1 post
Walking animation help!
https://imgur.com/a/CKqJ183 why dosent it work it first goes to 2 then 3 then one not 2 then 1 then 3
- Flipped_
-
500+ posts
Walking animation help!
Please don't necropost. Make your own topics when you need help.
- therobotmonkey1
-
7 posts
Walking animation help!
well i think it is do not block in a if block like if not ? key or not ? key pressed then switch to costume number: might not though 

- Code_Weegee
-
100+ posts
Walking animation help!
please dont necropost, this was made YEARS ago
- Discussion Forums
- » Help with Scripts
-
» Walking animation help!