Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Run cycle
- BestTrainerMon
-
Scratcher
47 posts
Run cycle
Hi, so I need help with my project here. If you press the right arrow or the left arrow key the cat should move and switch costumes at the same time, but sometimes it doesn't work. I will credit the person who helps me. Thanks 

- awesome-llama
-
Scratcher
1000+ posts
Run cycle
If you just want the run cycle you have currently tried to create, then a much simpler script can work:

Your script had a lot of excess scripting which I think were confliciting - other parts would not be able to run.
—
I want to point out that if you want to add to it and add features (e.g. jumping) or fix the running having a delay before stopping, variables are going to be really important to keep track of what the player is doing.

Your script had a lot of excess scripting which I think were confliciting - other parts would not be able to run.
—
I want to point out that if you want to add to it and add features (e.g. jumping) or fix the running having a delay before stopping, variables are going to be really important to keep track of what the player is doing.
- Discussion Forums
- » Help with Scripts
-
» Run cycle