Discuss Scratch
- skeletonxf
-
33 posts
The Right Mouse Button
There are ways to bypass that and I have seen them in flash games myself. I support but there is some kind of problems I think about like when you right click it opens settings in Windows.
There was a workaround in scratch 1.4 that worked by sensing both left and right click, then accounting for left click to sense right click.
I'm sure this has been suggested before, but hopefully it will get added some day, it would be so useful and would give much more mouse control.
- EndMakesMC
-
11 posts
The Right Mouse Button
How the heck does that work? There IS noYou mean Hmm, I think there is a workaround on the Scratch Wiki that let you do it.. Let me find it first.when this sprite clickedBut that only works in Scratch 1.4.
if <mouse down?> then
left click //category=grey
else
right click //category=grey
end
< right mouse down?>block.
Last edited by EndMakesMC (Sept. 1, 2014 15:51:07)
- epicsandwich123
-
100+ posts
The Right Mouse Button
This will never be possible.
Right click anything. See the options that come up? That's the exact reason right click was invented. Using it in games will cause those options to overlap the game.
nothing happens to me when i right click in game! support