Discuss Scratch

BrainUser
Scratcher
10 posts

Interaction with other

Hi, I want to make an labirynth game. Is there any way I can prevent the character moving throughout the wall?
1234abcdcba4321
Scratcher
1000+ posts

Interaction with other

Yes. Please share your project, then name/link it here.
Alternatively, you can post your current script.

I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
scubajerry
Scratcher
1000+ posts

Interaction with other

when [right arrow  v] key pressed
change X by (5)
repeat until <not(touching [wall v])>
change x by (-1)

end

Powered by DjangoBB