Right Mouse Detection: различия между версиями

Материал из Поле цифровой дидактики
м
 
м (1 версия импортирована)
(нет различий)

Версия 11:33, 21 июля 2022

Шаблон:Obsolete feature Right mouse detection was possible in Scratch 1.x in presentation mode which allowed Scratch to detect if the right mouse button was being pressed.

Script

Here is the script:

whenstageclickedifnotmousedown?then...end

How it works

The Шаблон:B block ran either when the item was clicked with any button on the mouse. The Шаблон:B block, however, only returned true if the left mouse button was down.

Example Uses

See Also

ja:右クリックを検出する方法