Discuss Scratch

Doriok
Scratcher
82 posts

Bypass edge of screen?

My Project

Hello there,
So in my project, there are tiles(isometric tiles), and when moving left and up, no problem, but when moving right and down… well you'll see what I mean.
I AM using a bypass costume already, so I don't know why it keeps doing that.
Thingied
Scratcher
1000+ posts

Bypass edge of screen?

Make the bypass costume bigger. I did 1600 x 1600

Last edited by Thingied (May 9, 2021 16:16:48)

Doriok
Scratcher
82 posts

Bypass edge of screen?

Thingied wrote:

Make the bypass costume bigger. I did 1600 x 1600
Does not work.
Doriok
Scratcher
82 posts

Bypass edge of screen?

Well, actually, using your method combined with a
set size to (10000) %
seems to work(at least for now). I wish the scratch team allowed us to disable some limitations…
The_Imaginarium
Scratcher
1000+ posts

Bypass edge of screen?

Well you can kind of exploit it:
go to x: (x :: #969696) y: (y :: #969696)
if <<(x position) = (x :: #969696)> and <(y position) = (y :: #969696)>> then
show
else
hide
end
Yusei-Fudo
Scratcher
1000+ posts

Bypass edge of screen?

Doriok wrote:

Well, actually, using your method combined with a
set size to (10000) %
seems to work(at least for now). I wish the scratch team allowed us to disable some limitations…

They have that fencing rule so that you don't lose your sprite off the edge of the screen.

I'm a decent coder who has a huge passion for coding. I taught myself all the coding skills I have now. And with those skills, I have made some pretty decent projects, check them out! Be sure to ⭐ ❤️ & Follow, too! I have a few pictures below which are actually links. Click on them to take to different projects that I made. Might come in handy. :)

Need a project where you can check to see if you can use someone's camera or not? Here's one:


Need a project to detect when someone has clicked the stop sign? Take a look at this:

Need a project that can point at specific clones, etc? Why not use this:


Need to prank someone? Tell them to click this picture, but also make sure they're signed onto Scratch, otherwise, it doesn't work:


For more of my projects, just click on this picture:
Doriok
Scratcher
82 posts

Bypass edge of screen?

Sir. I have already found a solution as stated above, and I am aware of these limitations, as stated above once again.

Powered by DjangoBB