Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make the car drift in one of my projects.
- eaglelaser66
-
4 posts
How do I make the car drift in one of my projects.
I need help on how to make the car drift in my project: http://scratch.mit.edu/projects/33997178/
- Awesomeguy360
-
44 posts
How do I make the car drift in one of my projects.
well you need to make a variable (x) and change it by 0.1 when you press RIGHT. change it by -0.1 when you go LEFT. Then make a variable (y) and change it by 0.1 when you press UP. change it by -0.1 when you go DOWN. then change X by (x) and change Y by (y)
- FrankieJrJr
-
100+ posts
How do I make the car drift in one of my projects.
Then Switch every negative number and every positive number and switch the right arrow keys to left.
- FrankieJrJr
-
100+ posts
How do I make the car drift in one of my projects.
Sorry, the second “repeat untill” should be right after the first “repeat untill”.
- WO997
-
64 posts
How do I make the car drift in one of my projects.
https://scratch.mit.edu/projects/55110018/ here you have a very good car physics engine, the problem is that the scripts are so huge, anyway I can tell you what do they do 

- LeonBerar
-
2 posts
How do I make the car drift in one of my projects.
Last edited by LeonBerar (July 24, 2018 18:02:08)
- shoresbeep
-
1000+ posts
How do I make the car drift in one of my projects.
Please don't necropost.
- s_s_code
-
1 post
How do I make the car drift in one of my projects.
how do i make skid marks when you drift
Last edited by s_s_code (Dec. 7, 2019 02:03:20)
- SonicFan2018
-
21 posts
How do I make the car drift in one of my projects.
First of all, you will need a skid mark sprite, and there are two methods. One is to use pen and stamp, but the track must be a backdrop (pen won't write over sprites), or create clones of the skid marks. I only know how to do the first method, so here is a concept of it. Our car sprite will be named “vroom”, and our “direction” variable will be set to the car's direction. how do i make skid marks when you drift
Hope this helped. If i'm wrong, correct me.
Last edited by SonicFan2018 (Feb. 24, 2020 22:48:05)
- NASAMEP-Test
-
4 posts
How do I make the car drift in one of my projects.
I think I did something wrong with the
- NASAMEP-Test
-
4 posts
How do I make the car drift in one of my projects.
how I did it was:First of all, you will need a skid mark sprite, and there are two methods. One is to use pen and stamp, but the track must be a backdrop (pen won't write over sprites), or create clones of the skid marks. I only know how to do the first method, so here is a concept of it. Our car sprite will be named “vroom”, and our “direction” variable will be set to the car's direction. how do i make skid marks when you drift
Hope this helped. If i'm wrong, correct me.
- kingbob892
-
1 post
How do I make the car drift in one of my projects.
Then Switch every negative number and every positive number and switch the right arrow keys to left.
- CR7probro12t
-
1 post
How do I make the car drift in one of my projects.
how do I Make skid marks so they show when you drift and so they disappear after
- GAMER_6O7
-
100+ posts
How do I make the car drift in one of my projects.
Guys this is an old topic make your own.
- Discussion Forums
- » Help with Scripts
-
» How do I make the car drift in one of my projects.