Discuss Scratch

Chesterito
Scratcher
7 posts

Help

Hello can you help me to fix it? When the enemies touch my sword they didn't disappear!




Your text to link here…
deck26
Scratcher
1000+ posts

Help

Don't use glide - you can't detect touching in the middle of a glide. Better to use a loop in which you move n steps and check for touching each time through the loop.
Abcpunit
Scratcher
85 posts

Help

replace the glide block with a move 1 step block

replace the old code with this

point towards [Player v]
move (1) steps

I make 3D projects on scratch.
Chesterito
Scratcher
7 posts

Help

Thank you, I lost my old code but it help me to solve another big problem.

Powered by DjangoBB