Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make barriers
- ExoticFisher21
-
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!
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
-
5 posts
How to make barriers
If you want help, I'd link the project and explain what you mean by barriers
- ExoticFisher21
-
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
Also thanks for offering to help me
Last edited by ExoticFisher21 (Feb. 21, 2025 18:59:43)
- bsteichman
-
500+ posts
How to make barriers
foreverfor the top and bottom of the screen
if <(y position) < [-170]> then
set y to (-170)
end
if <(y position) > [170]> then
set y to (170)
end
end
- Discussion Forums
- » Help with Scripts
-
» How to make barriers