<?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=Slideshows</id>
	<title>Slideshows - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://digida.mgpu.ru/index.php?action=history&amp;feed=atom&amp;title=Slideshows"/>
	<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Slideshows&amp;action=history"/>
	<updated>2026-06-23T15:38:32Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Slideshows&amp;diff=1750&amp;oldid=prev</id>
		<title>Patarakin: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Slideshows&amp;diff=1750&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-1749:rev-1750 --&gt;
&lt;/table&gt;</summary>
		<author><name>Patarakin</name></author>
	</entry>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Slideshows&amp;diff=1749&amp;oldid=prev</id>
		<title>scratch&gt;TheTrillion: Fixed blocks.</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Slideshows&amp;diff=1749&amp;oldid=prev"/>
		<updated>2021-05-03T21:32:07Z</updated>

		<summary type="html">&lt;p&gt;Fixed blocks.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{expand|date=August 2018}}&lt;br /&gt;
{{merge|How to Create a Slideshow|date=January 2019}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Slideshows&amp;#039;&amp;#039;&amp;#039; are [[project]]s that display a series of &amp;#039;&amp;#039;slides&amp;#039;&amp;#039; one after the other, commonly changing slides on a certain key press. Slideshows are usually used to explain a subject the creator wants to talk about, or a skill the creator wants to teach.&lt;br /&gt;
&lt;br /&gt;
==Common Uses==&lt;br /&gt;
* Explain a subject&lt;br /&gt;
* Teach a skill&lt;br /&gt;
* Express a view&lt;br /&gt;
* Introduce oneself&lt;br /&gt;
&lt;br /&gt;
== Quick Method ==&lt;br /&gt;
This is a quick method to make a simple slideshow using the [[Stage]]. Each backdrop of the Stage will be one slide and the slides will advance when {{key press|Space}} is pressed.&lt;br /&gt;
One can put this script into the backdrop scripts area:&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when gf clicked&lt;br /&gt;
switch backdrop to (slide 1 v) //reset&lt;br /&gt;
clear graphic effects&lt;br /&gt;
forever&lt;br /&gt;
  wait until &amp;lt;key (space v) pressed?&amp;gt; //only change slides on space pressed&lt;br /&gt;
  repeat (20)&lt;br /&gt;
    change [brightness v] effect by (5)&lt;br /&gt;
  end&lt;br /&gt;
  next backdrop //change backdrops while completely white, hiding the cut&lt;br /&gt;
  repeat (20)&lt;br /&gt;
    change [brightness v] effect by (-5)&lt;br /&gt;
  end&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Using Graphic Effects ==&lt;br /&gt;
Frequently (including in the above example), [[Graphic Effects]] are employed as transitions between slides, to hide the jump-cut between slides or to enhance the experience. The only disadvantage of graphic effects is that they need to be cleared before the slideshow, but this is a minor qualm and does not make the creation process difficult.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* [[projects:43482128|A slideshow]] explaining good [[Scratch Etiquette]]&lt;br /&gt;
* [[projects:43284918|A welcoming slideshow]] for [[New Scratcher]]s&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[How to Create a Slideshow]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Project Types]]&lt;br /&gt;
[[Category:Scripting Tutorials]]&lt;/div&gt;</summary>
		<author><name>scratch&gt;TheTrillion</name></author>
	</entry>
</feed>