Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do i make a topdown game with proper collisions?
- Cheesire
-
Scratcher
12 posts
How do i make a topdown game with proper collisions?
So im making a game and i tried making a movement and collision code but the collision item gets pushed when the player touches it. (The player stays at x 0 and y 0) I need help.
- han614698
-
Scratcher
1000+ posts
How do i make a topdown game with proper collisions?
griffpatch has a good tutorial. Just looks up ;;griffpatch Top down;; on youtube.
- Cheesire
-
Scratcher
12 posts
How do i make a topdown game with proper collisions?
griffpatch has a good tutorial. Just looks up ;;griffpatch Top down;; on youtube.ok thanks
- mrtootybutbut
-
Scratcher
10 posts
How do i make a topdown game with proper collisions?
here
define walk(steps)
move (steps) steps
if <touching [map] ?> then
move (() - (steps)) steps
end
- Cheesire
-
Scratcher
12 posts
How do i make a topdown game with proper collisions?
hereok thanksdefine walk(steps)
move (steps) steps
if <touching [map] ?> then
move (() - (steps)) steps
end
- Discussion Forums
- » Help with Scripts
-
» How do i make a topdown game with proper collisions?
