Discuss Scratch

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?

han614698 wrote:

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?

mrtootybutbut wrote:

here
define walk(steps)
move (steps) steps
if <touching [map] ?> then
move (() - (steps)) steps
end
ok thanks
rhlp
Scratcher
2 posts

How do i make a topdown game with proper collisions?

hi past me

Powered by DjangoBB