<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://www.fsdeveloper.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DNLK</id>
	<title>FSDeveloper Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="http://www.fsdeveloper.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DNLK"/>
	<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php/Special:Contributions/DNLK"/>
	<updated>2026-05-03T02:44:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=XML:_Ferris_Wheel_Effect&amp;diff=8277</id>
		<title>XML: Ferris Wheel Effect</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=XML:_Ferris_Wheel_Effect&amp;diff=8277"/>
		<updated>2011-12-09T01:09:19Z</updated>

		<summary type="html">&lt;p&gt;DNLK: New page: ==XML: Ferris Wheel Effect==  Most commonly used for labels on compass roses.  This effect will keep the label upright, while the compass rotates.  Create your label and position it at 0 d...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==XML: Ferris Wheel Effect==&lt;br /&gt;
&lt;br /&gt;
Most commonly used for labels on compass roses.  This effect will keep the label upright, while the compass rotates.&lt;br /&gt;
&lt;br /&gt;
Create your label and position it at 0 degrees, then assign 2 shifts to it. One for the X and one for the Y.&lt;br /&gt;
&lt;br /&gt;
The Y shift script is:&lt;br /&gt;
&lt;br /&gt;
-Radius * cos(heading - compass point)&lt;br /&gt;
&lt;br /&gt;
The X shift is:&lt;br /&gt;
&lt;br /&gt;
-Radius * sin(heading - compass point)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Aircraft Design]]&lt;br /&gt;
[[Category:Panel and Gauge Design]]&lt;/div&gt;</summary>
		<author><name>DNLK</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=XML:_Variable_Limiting&amp;diff=8196</id>
		<title>XML: Variable Limiting</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=XML:_Variable_Limiting&amp;diff=8196"/>
		<updated>2011-09-04T17:07:33Z</updated>

		<summary type="html">&lt;p&gt;DNLK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox-Applicable-FSVersion&lt;br /&gt;
| FSXI = false&lt;br /&gt;
| FSXA = true&lt;br /&gt;
| FSX = true&lt;br /&gt;
| FS2004 = true&lt;br /&gt;
| FS2002 = false&lt;br /&gt;
| XP10 = false &lt;br /&gt;
| XP9 = false &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==XML: Variable Limiting==&lt;br /&gt;
&lt;br /&gt;
Local Variable are often incremented and/or decremented by the value of 1 using ++ or --.  The following is a simple way to limit the max and min value.&lt;br /&gt;
&lt;br /&gt;
 (L:Variable, number) ++ 30 min (&amp;gt;L:Variable, Number)&lt;br /&gt;
This increments the variable by 1, then compares it with your maximum desired value, in this case 30, then assigns the lower of the 2 values to the variable.&lt;br /&gt;
&lt;br /&gt;
 (L:Variable, number) -- 0 max (&amp;gt;L:Variable, Number)&lt;br /&gt;
This decrements the variable by 1, then compares it with your minimum desired value, in this case 0, then assigns the greater of the 2 values to the variable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Aircraft Design]]&lt;br /&gt;
[[Category:Panel and Gauge Design]]&lt;/div&gt;</summary>
		<author><name>DNLK</name></author>
	</entry>
	<entry>
		<id>http://www.fsdeveloper.com/wiki/index.php?title=XML:_Variable_Limiting&amp;diff=8195</id>
		<title>XML: Variable Limiting</title>
		<link rel="alternate" type="text/html" href="http://www.fsdeveloper.com/wiki/index.php?title=XML:_Variable_Limiting&amp;diff=8195"/>
		<updated>2011-09-04T17:05:29Z</updated>

		<summary type="html">&lt;p&gt;DNLK: New page: Local Variable are often incremented and/or decremented by the value of 1 using ++ or --.  The following is a simple way to limit the max and min value.   (L:Variable, number) ++ 30 min (&amp;gt;...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Local Variable are often incremented and/or decremented by the value of 1 using ++ or --.  The following is a simple way to limit the max and min value.&lt;br /&gt;
&lt;br /&gt;
 (L:Variable, number) ++ 30 min (&amp;gt;L:Variable, Number)&lt;br /&gt;
This increments the variable by 1, then compares it with your maximum desired value, in this case 30, then assigns the lower of the 2 values to the variable.&lt;br /&gt;
&lt;br /&gt;
 (L:Variable, number) -- 0 max (&amp;gt;L:Variable, Number)&lt;br /&gt;
This decrements the variable by 1, then compares it with your minimum desired value, in this case 0, then assigns the greater of the 2 values to the variable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Aircraft Design]]&lt;br /&gt;
[[Category:Panel and Gauge Design]]&lt;/div&gt;</summary>
		<author><name>DNLK</name></author>
	</entry>
</feed>