Discuss Scratch

ExoticFisher21
New Scratcher
3 posts

How to make barriers

Hey!
I was wondering if anyone can help me on making barriers around this one game I made. I looked on Youtube, and couldn't find anything. If anyone can reach out to me than thanks!
Sillygamer1234
Scratcher
5 posts

How to make barriers

If you want help, I'd link the project and explain what you mean by barriers
ExoticFisher21
New Scratcher
3 posts

How to make barriers

The space ship can go down into the bottom of the screen and dissaper. This also happens to the top too.

Also thanks for offering to help me

Last edited by ExoticFisher21 (Feb. 21, 2025 18:59:43)

bsteichman
Scratcher
500+ posts

How to make barriers

forever
if <(y position) < [-170]> then
set y to (-170)
end
if <(y position) > [170]> then
set y to (170)
end
end
for the top and bottom of the screen
galaxylegend_lelo
Scratcher
100+ posts

How to make barriers

this doesnt help but im trying emojis

Powered by DjangoBB