<?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=Making_a_Trail</id>
	<title>Making a Trail - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://digida.mgpu.ru/index.php?action=history&amp;feed=atom&amp;title=Making_a_Trail"/>
	<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Making_a_Trail&amp;action=history"/>
	<updated>2026-06-13T22:11:56Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Making_a_Trail&amp;diff=1690&amp;oldid=prev</id>
		<title>Patarakin: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Making_a_Trail&amp;diff=1690&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;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-1689:rev-1690 --&gt;
&lt;/table&gt;</summary>
		<author><name>Patarakin</name></author>
	</entry>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Making_a_Trail&amp;diff=1689&amp;oldid=prev</id>
		<title>scratch&gt;TheTrillion: Fixed a block.</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Making_a_Trail&amp;diff=1689&amp;oldid=prev"/>
		<updated>2021-05-31T03:46:25Z</updated>

		<summary type="html">&lt;p&gt;Fixed a block.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:Sprite trail effect.PNG|thumb|right|100px|Blur/trail effects in a fireworks project.]]&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Trails&amp;#039;&amp;#039;&amp;#039; on sprites create a type of fireworks effect. Trails have the characteristics of following the main [[sprite]]&amp;#039;s path and fading out. There are two main ways to create this, using the [[Create Clone of () (block)|Create Clone of ()]] and [[Pen Down (block)|Pen Down]] [[Blocks|block]].&lt;br /&gt;
&lt;br /&gt;
==Clone Method==&lt;br /&gt;
The clone method is a more straightforward way to create this type of effect. It utilizes the [[Graphic Effect#Ghost|ghost effect]].&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when green flag clicked&lt;br /&gt;
forever&lt;br /&gt;
  create clone of (myself v)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
when I start as a clone&lt;br /&gt;
repeat (5)//Replace this with an estimate of how long you want your trail&lt;br /&gt;
  change [ghost v] effect by (20)//100 divided by the number of times repeated equals the ghost effect number. This makes the clone fade out.&lt;br /&gt;
end&lt;br /&gt;
delete this clone&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Pen Method==&lt;br /&gt;
This method works by slowly &amp;quot;blotting out&amp;quot; pen marks by stamping a translucent sprite the size of the background continuously. Place the script below in a sprite the size of the [[stage]] and the desired background color.&lt;br /&gt;
{{note|This method tends to cause less lag but also causes streaks to appear.}}&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when green flag clicked&lt;br /&gt;
go [backwards v] (1) layers&lt;br /&gt;
set size to (150)&lt;br /&gt;
go to x: (0) y: (0)&lt;br /&gt;
set [ghost v] effect to (20)&lt;br /&gt;
forever&lt;br /&gt;
stamp&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
Place this script in the sprite you want to leave a trail on:&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when green flag clicked&lt;br /&gt;
forever&lt;br /&gt;
  stamp&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting Tutorials]]&lt;/div&gt;</summary>
		<author><name>scratch&gt;TheTrillion</name></author>
	</entry>
</feed>