Discuss Scratch

dhrloo
New to Scratch
1 post

right mouse click

Hi,

I saw some posts about using the right mouse click (or right mouse down?). Workaround only work in 1.4. Is there any work going on to put this feature in 2.0?
And what about the scrollwheel click?
Some background: as a teacher I have plenty laptops at my disposal for my pupils. I thought of using an abandonned mouse as means of connecting the laptop to the outside world by soldering wires to the mouse's button switches. Now I have only one input, I would like te have some more. I also tried to figure out to use the scrollwheel (as this corresponds to the up and down arrow features), but it is not straightforward to make the mouse produce adequate signals (or has anyone found out how to do that?)

Regards,

(removed by moderator - please don't give out personal information)

Last edited by Paddle2See (May 24, 2020 12:01:48)

stickfiregames
Scratcher
1000+ posts

right mouse click

Support for

when this sprite right clicked :: events hat
<right mouse down? :: sensing>

A lot of people seem to think this isn't possible, even though Scratch is perfectly capable of detecting right click in the editor.










If you can read this, my signature cubeupload has been eaten by an evil kumquat!




or you just used Inspect Element, you hacker

;
cwrivera99
Scratcher
500+ posts

right mouse click

stickfiregames wrote:

Support for

when this sprite right clicked :: events hat
<right mouse down? :: sensing>

A lot of people seem to think this isn't possible, even though Scratch is perfectly capable of detecting right click in the editor.
Support, except maybe it can be more like this-
when this sprite [left v] clicked ::events hat
when this sprite [right v] clicked ::events hat

<[left v] mouse down? :: sensing>
<[right v] mouse down? ::sensing>

when this block is clicked::sensing hat//FYI, this is my old account that I no longer use. My current account is @DaSpudLord.
forever {do (a [scratch v]::events ring)::sound}::extension cstart
say [what the...?] in (the language of [the moon people v]::red)::control
create [spontaneous v] explosion in [a flea's stomach]::motion
That's not right...::cend
If you are reading this… Then congratulations! You have found the part of my signature that was eaten by a kumquat! (On a side note, you are probably in a kumquat's stomach.) Now get out of the kumquat's stomach and go do something productive with your life. Like playing this game over and over again. Very productive.
Sigton
Scratcher
1000+ posts

right mouse click

Support for all of the above

Sigton


Nether_before
Scratcher
1000+ posts

right mouse click

support!

~~If life gives you kumquats, lock your signature up, bury it in the ground and hope it's safe~~
hello child. i am an elf
stickfiregames
Scratcher
1000+ posts

right mouse click

cwrivera99 wrote:

stickfiregames wrote:

Support for

when this sprite right clicked :: events hat
<right mouse down? :: sensing>

A lot of people seem to think this isn't possible, even though Scratch is perfectly capable of detecting right click in the editor.
Support, except maybe it can be more like this-
when this sprite [left v] clicked ::events hat
when this sprite [right v] clicked ::events hat

<[left v] mouse down? :: sensing>
<[right v] mouse down? ::sensing>
That would work as well, I don't really mind which

Last edited by stickfiregames (April 28, 2015 19:11:07)











If you can read this, my signature cubeupload has been eaten by an evil kumquat!




or you just used Inspect Element, you hacker

;
JamesOuO
Scratcher
500+ posts

right mouse click

duplicate topic, but support nonetheless.

Birdlegs
Scratcher
1000+ posts

right mouse click

SUHHHHHHPPPPORRRRT! Our collab could really use that as a second hotkey for mouse-controlled items!!!

Get a sweet lick of my new game right here! It's a tasty one!
matey1234
Scratcher
1000+ posts

right mouse click

Flash cannot detect right-click, everyone should know that by now lol

| Artist | Gamer | Roleplayer | Weirdo | Lazy |

Birdlegs
Scratcher
1000+ posts

right mouse click

matey1234 wrote:

Flash cannot detect right-click, everyone should know that by now lol
Thanks for killing dreams o-o

Get a sweet lick of my new game right here! It's a tasty one!
cwrivera99
Scratcher
500+ posts

right mouse click

JoeyTheChicken wrote:

matey1234 wrote:

Flash cannot detect right-click, everyone should know that by now lol
Thanks for killing dreams o-o
Actually it can… in the scratch editor, Scratch can bring up right click menus. And ive used other flash apps where right clicking has actually done stuff.

when this block is clicked::sensing hat//FYI, this is my old account that I no longer use. My current account is @DaSpudLord.
forever {do (a [scratch v]::events ring)::sound}::extension cstart
say [what the...?] in (the language of [the moon people v]::red)::control
create [spontaneous v] explosion in [a flea's stomach]::motion
That's not right...::cend
If you are reading this… Then congratulations! You have found the part of my signature that was eaten by a kumquat! (On a side note, you are probably in a kumquat's stomach.) Now get out of the kumquat's stomach and go do something productive with your life. Like playing this game over and over again. Very productive.
matey1234
Scratcher
1000+ posts

right mouse click

cwrivera99 wrote:

JoeyTheChicken wrote:

matey1234 wrote:

Flash cannot detect right-click, everyone should know that by now lol
Thanks for killing dreams o-o
Actually it can… in the scratch editor, Scratch can bring up right click menus. And ive used other flash apps where right clicking has actually done stuff.
Where I heard this was from a l33t person, I can't remember who though.

| Artist | Gamer | Roleplayer | Weirdo | Lazy |

CatsUnited
Scratcher
1000+ posts

right mouse click

matey1234 wrote:

cwrivera99 wrote:

JoeyTheChicken wrote:

matey1234 wrote:

Flash cannot detect right-click, everyone should know that by now lol
Thanks for killing dreams o-o
Actually it can… in the scratch editor, Scratch can bring up right click menus. And ive used other flash apps where right clicking has actually done stuff.
Where I heard this was from a l33t person, I can't remember who though.
Maybe Flash can't run right-click natively, something else is required that isn't used in the project. You can right-click in the editor, but when your viewing the project on fullscreen or from the project page, the right-click script doesn't run. Also, support.

bottom text
rollercoasterfan
Scratcher
1000+ posts

right mouse click

This wouldn't work, because you could only play this when you aren't in the editor, because once you are, right clicking would pull up the save picture of stage button. No support.














when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
stickfiregames
Scratcher
1000+ posts

right mouse click

rollercoasterfan wrote:

This wouldn't work, because you could only play this when you aren't in the editor, because once you are, right clicking would pull up the save picture of stage button. No support.
When you are in the editor, left clicking drags sprites and edits lists, so by that logic left clicking “doesn't work”.










If you can read this, my signature cubeupload has been eaten by an evil kumquat!




or you just used Inspect Element, you hacker

;
Mozzi64
Scratcher
100+ posts

right mouse click

Support.


THE POTATOES, THEY'RE EVERYWHERE
HEELLLLPPP
lol


FalconGunner99
Scratcher
1000+ posts

right mouse click

Support


; Oh this? This is just my semicolon. I got it a long time ago, it's quite innocuous. Don't worry about it.

















You —> http://i.imgur.com/iVHfwLc.gifv




















MabonBaladevaKain
Scratcher
100+ posts

right mouse click

Microsoft needs to just create some mouse drivers that support 2 mice at the same time; each using its own mouse cursor.
(even if it's the same exact model of mouse being used on each hand).
One mouse for each hand would be wonderful for many games, especially first person shooter games.
And I'm sure we could find plenty of uses for the 2nd mouse here in Scratch. I know I could.

In fact, it would be very handy for a version of a project of mine that I have in mind and that version cannot be done without it.

I've already used an Xbox 360 controller in a project with a little help from Xpadder. (you do need Xpadder to use the project though and I am not sure whether I should share it or not as not many scratchers seem to have Xbox controllers or Xpadder.
But I know everyone has a mouse. And most of us would like to use 2 at the same time. This would also be very useful for Mac users since they only have one mouse button I guess. (?)

I really don't understand why Microsoft doesn't come up with innovations like this 2 mouse idea and turn them into reality rather than beating a dead horse making everyone buy new OS's all the time, especially now that most of those people are feeling betrayed by Microsoft because of this terrible windows 8 which has more flaws than a casual user will notice, but the tech savvy tend to notice right away. There was nothing wrong with Windows XP. It's probably the best OS they ever put out and the only reason anyone ever stopped using it is because Microsoft ended support for it and windows 8 has 64 bit, but guess what, there IS a 64 bit version of Windows XP too you know. They had nowhere to go but down from XP, so they forced people out of it; forced businesses to stop using it by no longer supporting it in any way and stuck new computer buyers with the awful piece of trash known as windows 8. Most gamers don't even like to use windows 8. They use Windows 7 usually unless it's a game that needs windows 8 to play it. Anyway, I've gotten off-topic with my hatred of windows 8 and all the trouble it has caused me and time it has consumed.

2 Mice is the way to go, but unless some smart-guy (or gal) at MIT wants to make a wonderful mouse driver that runs 2 mice at the same time with 2 unique mouse-pointers that works at the very least on windows, I don't see it happening, and I honestly don't see a right-click ever being natively placed into Scratch either.
Meese123
Scratcher
100+ posts

right mouse click

cwrivera99 wrote:

stickfiregames wrote:

Support for

when this sprite right clicked :: events hat
<right mouse down? :: sensing>

A lot of people seem to think this isn't possible, even though Scratch is perfectly capable of detecting right click in the editor.
Support, except maybe it can be more like this-
when this sprite [left v] clicked ::events hat
when this sprite [right v] clicked ::events hat

<[left v] mouse down? :: sensing>
<[right v] mouse down? ::sensing>
^^^^^^
Support. The save picture of stage button should be a button like the “studios” or “embed” button, and would stay there for fullscreen mode.

Last edited by Meese123 (July 10, 2015 00:49:04)


If you see this block while scrolling
when Meese123 {say (username::grey) in {[Portuguese v]::hat control}::operators} clicked {<Meese123=awesome::sound>true::cap motion}::hat looks
you have been visited by Sir Programmer VI
the ability to program almost as well as him will come to you
but only if you comment "Moo. I am a banjo playing rhinoceros" on my profile.
Family: @Meese123 @Moo89 @PandaBearK @bixitrixy Alt account: @pitbelly | Go here please!!
Blank1234
Scratcher
500+ posts

right mouse click

CatsUnited wrote:

matey1234 wrote:

cwrivera99 wrote:

JoeyTheChicken wrote:

matey1234 wrote:

Flash cannot detect right-click, everyone should know that by now lol
Thanks for killing dreams o-o
Actually it can… in the scratch editor, Scratch can bring up right click menus. And ive used other flash apps where right clicking has actually done stuff.
Where I heard this was from a l33t person, I can't remember who though.
Maybe Flash can't run right-click natively, something else is required that isn't used in the project. You can right-click in the editor, but when your viewing the project on fullscreen or from the project page, the right-click script doesn't run. Also, support.
yes it does


duplicate,but support to the max

Last edited by Blank1234 (July 10, 2015 16:11:09)


Did you know that “kaj” means “and” in Esperanto?


















Totally not for SEO:
https://scratch.mit.edu/projects/85467306/
https://scratch.mit.edu/projects/83099266/
https://scratch.mit.edu/projects/81628056/
https://scratch.mit.edu/projects/81562288/
https://scratch.mit.edu/projects/81462110/
https://scratch.mit.edu/projects/81436112/
https://scratch.mit.edu/projects/78896920/
https://scratch.mit.edu/projects/78863998/
https://scratch.mit.edu/projects/76577776/
https://scratch.mit.edu/projects/76459270/
https://scratch.mit.edu/projects/74797364/
https://scratch.mit.edu/projects/74085188/
https://scratch.mit.edu/projects/73150274/
https://scratch.mit.edu/projects/73112658/
https://scratch.mit.edu/projects/72484040/
https://scratch.mit.edu/projects/72737486/
https://scratch.mit.edu/projects/72410420/
https://scratch.mit.edu/projects/72378152/
https://scratch.mit.edu/projects/71910314/
https://scratch.mit.edu/projects/67826618/
https://scratch.mit.edu/projects/67882676/
https://scratch.mit.edu/projects/66909070/
https://scratch.mit.edu/projects/66925858/
https://scratch.mit.edu/projects/66420350/
https://scratch.mit.edu/projects/66062314/
https://scratch.mit.edu/projects/65564542/
https://scratch.mit.edu/projects/64828196/
https://scratch.mit.edu/projects/64286296/
https://scratch.mit.edu/projects/64283600/
https://scratch.mit.edu/projects/62386850/
https://scratch.mit.edu/projects/63907584/
https://scratch.mit.edu/projects/62785306/
https://scratch.mit.edu/projects/63767660/
https://scratch.mit.edu/projects/62676562/
https://scratch.mit.edu/projects/61948978/
https://scratch.mit.edu/projects/62521426/
https://scratch.mit.edu/projects/61074988/
https://scratch.mit.edu/projects/11658256/
https://scratch.mit.edu/projects/60640274/

Powered by DjangoBB