Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Need help making a Drift Game!
- Piano405
-
12 posts
Need help making a Drift Game!
I'm currently trying to make a drift Game, and I need help with it. Normally, I'd use a tutorial for this stuff, but the issue that I want the map to move. I would appreciate any help!
- Koamodo975
-
1000+ posts
Need help making a Drift Game!
first off you'll need two global variables, scroll x and scroll y, and two local variables, player x and player y. Positioning is simply
if you don't want to use those for some reason i could slowly explain it over the course of several weeks but you'd probs e better off looking at one of the things I mentioned.
go to x: ((player x) - (scrollx)) y: ((player y) - (scroll y))I did just realize that there are tutorials, if you won't be using velocity (going slow and slowly speeding up) you can use griffpatch's zombie cube youtube video, otherwise you can look in my top-down engine or this.
if you don't want to use those for some reason i could slowly explain it over the course of several weeks but you'd probs e better off looking at one of the things I mentioned.
Last edited by Koamodo975 (Jan. 31, 2025 19:13:58)
- Koamodo975
-
1000+ posts
Need help making a Drift Game!
I mean I don't want to advertise or nothin but I'd recommend mine because griff's doesn't have velocity and the tutorial i posted sometimes get stuck.
- Discussion Forums
- » Help with Scripts
-
» Need help making a Drift Game!