Is there some way to sense if a Scratch project is in fullscreen mode?
I need to know if there is, because my next Scratch project would use it.
Thanks(?)
Last edited by TheGameMaster1231 (2011-02-19 19:58:09)
Offline
I have not found a way to detect full screen mode, but you can easily detect if your project is running in the offline player. The offline player is currently required for full screen play.
Here is a bunch of detectors that work: http://scratch.mit.edu/galleries/view/100496
Offline
BoltBait wrote:
I have not found a way to detect full screen mode, but you can easily detect if your project is running in the offline player. The offline player is currently required for full screen play.
Here is a bunch of detectors that work: http://scratch.mit.edu/galleries/view/100496
Yeah, I know how to do that, I usually just do
<move( (( 0 </> 0 )) )steps>
But for my project, I need a sensor to know if the project in fullscreen mode.
Last edited by TheGameMaster1231 (2011-02-20 07:17:09)
Offline
Go here, then add this in both ScratchSpriteMorph and ScratchStageMorph:
('in presentation mode?' #b #inPresentationMode)
Offline
scimonster wrote:
Go here, then add this in both ScratchSpriteMorph and ScratchStageMorph:
Code:
('in presentation mode?' #b #inPresentationMode)
But if I do that, nobody else would be able to do it.
Without hacking?
Offline
SeptimusHeap wrote:
Here
There's a bunch there. Including presentation mode.
Great, but if you start in presentation mode, it says "Yes" then when you exit, it says "No. But then, when you go back into presentation mode, it still says "No".
Other than that, it's great.
If you could figure out how to fix that, then I'd be very grateful.
Offline