Discuss Scratch
- ZozaTech
-
Scratcher
500+ posts
Add a full screen detector
Maybe your game lags crazy when you have full screen so if you have a full screen detector, if someone plays in full screen, you can say Thank you for playing in full screen or Please exit full screen. And if there isn't full screen you could say, Please play in full screen or Thank you for not playing in full screen
This should be the block
This should be the block
when green flag clicked
forever
if (current [ full screen]) then
say [Thank you for putting on full screen] for (2) secs
end
end
- CGRises
-
Scratcher
500+ posts
Add a full screen detector
Maybe your game lags crazy when you have full screen so if you have a full screen detector, if someone plays in full screen, you can say Thank you for playing in full screen or Please exit full screen. And if there isn't full screen you could say, Please play in full screen or Thank you for not playing in full screenI think the lag would be detectable, I don't know the workaround myself, but I'm sure there is one. No support.
This should be the blockwhen green flag clicked
forever
if (current [ full screen]) then
say [Thank you for putting on full screen] for (2) secs
end
end
- LattleKada
-
Scratcher
100+ posts
Add a full screen detector
I don't know of a workaround so I support. This could be helpful for more than just lag.
- Nether_before
-
Scratcher
1000+ posts
Add a full screen detector
Support, I don't see how this feature could be used negatively.
- scrooge200
-
Scratcher
1000+ posts
Add a full screen detector
Someone could do this…
when green flag clickedBut Scratchers can report it. Semi-support.
forever
if <fullscreen?::sensing> then
broadcast [Jumpscare v]
end
end
- Superdoggy
-
Scratcher
1000+ posts
Add a full screen detector
I think the lag would be detectable, I don't know the workaround myself, but I'm sure there is one. No support.There is not.
I have spent many hours trying to flawlessly detect fullscreen, but with (almost) no luck. And as far as I know, nobody else has a detector. About the best you can do is this: https://scratch.mit.edu/projects/19316066/ . It works by checking the position of your mouse pointer when you click the green flag. Unfortunately with that method it doesn't update real-time. 
@OP support
- ilikelegos
-
Scratcher
100+ posts
Add a full screen detector
Yes! Support! Full-screen RUINS my pixel art.
I'd love to have the ability to stop the game when the player enters it, and this seems to be the only real way.
I'd love to have the ability to stop the game when the player enters it, and this seems to be the only real way.
- ChildCritic
-
Scratcher
500+ posts
Add a full screen detector
Change me to support (Same person. different account)Maybe your game lags crazy when you have full screen so if you have a full screen detector, if someone plays in full screen, you can say Thank you for playing in full screen or Please exit full screen. And if there isn't full screen you could say, Please play in full screen or Thank you for not playing in full screenI think the lag would be detectable, I don't know the workaround myself, but I'm sure there is one. No support.
This should be the blockwhen green flag clicked
forever
if (current [ full screen]) then
say [Thank you for putting on full screen] for (2) secs
end
end
- Scratcher1002
-
Scratcher
1000+ posts
Add a full screen detector
Change me to support (Same person. different account)Maybe your game lags crazy when you have full screen so if you have a full screen detector, if someone plays in full screen, you can say Thank you for playing in full screen or Please exit full screen. And if there isn't full screen you could say, Please play in full screen or Thank you for not playing in full screenI think the lag would be detectable, I don't know the workaround myself, but I'm sure there is one. No support.
This should be the blockwhen green flag clicked
forever
if (current [ full screen]) then
say [Thank you for putting on full screen] for (2) secs
end
end
- wizard192
-
Scratcher
100+ posts
Add a full screen detector
Support! This would help in a lot of things that causes lag or otherwise in better when not in full screen.
- Leadrien2366
-
Scratcher
100+ posts
Add a full screen detector
Changing my strance to no support. Workaroundable.
. . .
if <not <(mouse x) > [202]>> then
. . .
end
- DaSpudLord
-
Scratcher
1000+ posts
Add a full screen detector
Changing my strance to no support. Workaroundable.How is that a workaround?. . .
if <not <(mouse x) > [202]>> then
. . .
end
- m1ghty_boy
-
Scratcher
60 posts
Add a full screen detector
Yes I agree
Awesome idea! I agree!
if <fullscreen?> then
stop all sounds
play sound [Creepy breath echo v] until done
broadcast [JUMPSCARE v]
end
Awesome idea! I agree!
Last edited by m1ghty_boy (April 7, 2016 15:31:56)

















