<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://digida.mgpu.ru/index.php?action=history&amp;feed=atom&amp;title=Mouse_Wheel_Scrolling_Detection</id>
	<title>Mouse Wheel Scrolling Detection - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://digida.mgpu.ru/index.php?action=history&amp;feed=atom&amp;title=Mouse_Wheel_Scrolling_Detection"/>
	<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Mouse_Wheel_Scrolling_Detection&amp;action=history"/>
	<updated>2026-06-17T14:12:36Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Mouse_Wheel_Scrolling_Detection&amp;diff=1708&amp;oldid=prev</id>
		<title>Patarakin: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Mouse_Wheel_Scrolling_Detection&amp;diff=1708&amp;oldid=prev"/>
		<updated>2022-07-21T08:33:14Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 11:33, 21 июля 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Patarakin</name></author>
	</entry>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Mouse_Wheel_Scrolling_Detection&amp;diff=1707&amp;oldid=prev</id>
		<title>scratch&gt;CrazyBoy826: fix link</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Mouse_Wheel_Scrolling_Detection&amp;diff=1707&amp;oldid=prev"/>
		<updated>2022-04-13T23:28:01Z</updated>

		<summary type="html">&lt;p&gt;fix link&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{stub|date=August 2018}}&lt;br /&gt;
This tutorial shows how to program &amp;#039;&amp;#039;&amp;#039;mouse wheel scrolling detection&amp;#039;&amp;#039;&amp;#039; in [[Scratch 1.4]], [[Scratch 2.0|2.0]] and [[Scratch 3.0|3.0]].&lt;br /&gt;
&lt;br /&gt;
== Script ==&lt;br /&gt;
The [[When () Key Pressed (Events block)|when () key pressed]] block fires both when the up and down keys are pressed &amp;#039;&amp;#039;and&amp;#039;&amp;#039; when the mouse wheel is scrolled up or down, while the [[Key () Pressed? (block)|key () pressed?]] block only returns true if the arrow key is being pressed.&lt;br /&gt;
&lt;br /&gt;
Add these [[script]]s to the project:&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;when [up arrow v] key pressed&lt;br /&gt;
if &amp;lt;not &amp;lt;key (up arrow v) pressed?&amp;gt;&amp;gt; then&lt;br /&gt;
 . . . // scrolling up&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
when [down arrow v] key pressed&lt;br /&gt;
if &amp;lt;not &amp;lt;key (down arrow v) pressed?&amp;gt;&amp;gt; then&lt;br /&gt;
 . . . // scrolling down&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Uses==&lt;br /&gt;
* Making a webpage in an [[Operating System]]&lt;br /&gt;
* Scrolling a menu in a project&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Key () Pressed? (block)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting Tutorials]]&lt;br /&gt;
[[Category:Game Design Tutorials]]&lt;/div&gt;</summary>
		<author><name>scratch&gt;CrazyBoy826</name></author>
	</entry>
</feed>