<?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=Drawing_with_the_Mouse</id>
	<title>Drawing with the Mouse - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://digida.mgpu.ru/index.php?action=history&amp;feed=atom&amp;title=Drawing_with_the_Mouse"/>
	<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Drawing_with_the_Mouse&amp;action=history"/>
	<updated>2026-04-30T01:22:01Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Drawing_with_the_Mouse&amp;diff=1738&amp;oldid=prev</id>
		<title>Patarakin: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Drawing_with_the_Mouse&amp;diff=1738&amp;oldid=prev"/>
		<updated>2022-07-21T08:33:15Z</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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;2&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;4&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;!-- diff cache key digida:diff:1.41:old-1737:rev-1738 --&gt;
&lt;/table&gt;</summary>
		<author><name>Patarakin</name></author>
	</entry>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Drawing_with_the_Mouse&amp;diff=1737&amp;oldid=prev</id>
		<title>scratch&gt;Super Scratch Bros20: Added one word that gives clarity to the sentence</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Drawing_with_the_Mouse&amp;diff=1737&amp;oldid=prev"/>
		<updated>2022-03-20T12:57:56Z</updated>

		<summary type="html">&lt;p&gt;Added one word that gives clarity to the sentence&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This tutorial explains how to use the [[Pen Blocks|pen blocks]] to &amp;#039;&amp;#039;&amp;#039;draw with the mouse&amp;#039;&amp;#039;&amp;#039; through a [[sprite]]. The following method, using a sprite that follows the [[mouse]], creates the effect that the mouse is making the drawing. Adding different colors can create different effects.&lt;br /&gt;
&lt;br /&gt;
==Method 1==&lt;br /&gt;
Here is the first script that allows one to draw:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when flag clicked&lt;br /&gt;
pen up&lt;br /&gt;
erase all&lt;br /&gt;
forever&lt;br /&gt;
go to (mouse-pointer v)&lt;br /&gt;
if &amp;lt;mouse down?&amp;gt; then&lt;br /&gt;
pen down&lt;br /&gt;
else&lt;br /&gt;
pen up&lt;br /&gt;
end&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{tip|To make it seem as if the mouse was drawing and not a sprite, try setting the sprite&amp;#039;s [[Graphic Effects#Ghost|ghost effect]] to 100 or [[Hide (block)|hiding]] the [[Sprite]] (The sprite can be blank, so one does not have to do these things).}}&lt;br /&gt;
&lt;br /&gt;
==Method 2==&lt;br /&gt;
Here is the second method that allows one to draw:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when flag clicked&lt;br /&gt;
erase all // assuming the green flag is the clear button&lt;br /&gt;
forever&lt;br /&gt;
go to (mouse-pointer v)&lt;br /&gt;
&lt;br /&gt;
when this sprite clicked&lt;br /&gt;
stamp&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{note|This method does not work in the editor when one is viewing scripts.}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Pen]]&lt;br /&gt;
* [[Art Projects]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drawing and Animation Tutorials]]&lt;br /&gt;
[[Category:Scripting Tutorials]]&lt;br /&gt;
&lt;br /&gt;
[[de:Mit dem Mauszeiger malen]]&lt;br /&gt;
[[id:Menggambar dengan Mouse]]&lt;br /&gt;
[[ja:マウスで描く]]&lt;/div&gt;</summary>
		<author><name>scratch&gt;Super Scratch Bros20</name></author>
	</entry>
</feed>