<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Getting Started</title>
		<description><![CDATA[Simple scripts tutorials]]></description>
		<link>http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started</link>
		<lastBuildDate>Wed, 17 May 2017 15:55:03 +0000</lastBuildDate>
		<generator>Joomla! - Open Source Content Management</generator>
		<atom:link rel="self" type="application/rss+xml" href="http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started?format=feed&amp;type=rss"/>
		<language>en-gb</language>
		<item>
			<title>Screen</title>
			<link>http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started/61-screen</link>
			<guid isPermaLink="true">http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started/61-screen</guid>
			<description><![CDATA[<div class="feed-description"><p> </p>
<p> </p>
<h1>In this example we animate a screen</h1>
<h2>Setup step</h2>
<p>First create a screen :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im01.png" border="0" /></p>
<p> </p>
<p>Here i use only 2 prims : a child for the screen and the root.</p>
<p>Drop the script "child" in the scrren prim :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im02.png" border="0" /></p>
<p>Drop the scripts :</p>
<ul>
<li>setup manager</li>
<li>setup texture</li>
</ul>
<p>in the root prim :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im03.png" border="0" /></p>
<p>Click on screen, you get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im06.png" border="0" /></p>
<p> </p>
<p>Drag and drop a texture on screen :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im04.png" border="0" /></p>
<p>and click on button "Add". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im07.png" border="0" /></p>
<p> </p>
<p>You can see there is now a frame (Frame 1/1) and new buttons. Drag and drop another texture :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im05.png" border="0" /></p>
<p>Continue to add  frames...</p>
<p>For example i used 9 textures :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im08.png" border="0" /></p>
<p> </p>
<p>You can browse frames with buttons "Previous", "Next", "First" :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im16.png" border="0" /></p>
<p> </p>
<p>You know the current frame with the text menu : "Frame 5/9". First    number is the current frame and second number total frames number.</p>
<p>You can also play all frames with button "Play". You get a new menu to control speed :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im09.PNG" border="0" /></p>
<p>Click on stop to get back the main menu.</p>
<p>You can change a frame and save new position and rotation with button "Save".</p>
<p>You can insert a new frame before he current frame with button "Ins".</p>
<p>You can delete the current frame with button "Del".</p>
<p>When all is good click on tha button "Dump img". You get informations in chat :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im09.png" border="0" /></p>
<p> </p>
<p>Copy and paste them in a notecard called "configimg" :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im10.png" border="0" /></p>
<p> </p>
<p>You can clean text for no needed informations. At least click on "End Setup" button to del all setup scripts.</p>
<h2>Action step</h2>
<p>Now drop in root prim :</p>
<ul>
<li>notecard "configmimg" that you just created</li>
<li>script "move texture"</li>
<li>script "trigger touch"</li>
</ul>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im11.png" border="0" /></p>
<p> </p>
<p>Wait for scripts to load notecard.</p>
<p>Now you must change parameters in script "trigger chat"  to make it   work as you want. Open the script with a double click on its  name.</p>
<p>You can see there are many parameters all full commented for all situations.</p>
<p>We want movement to start with on touch.</p>
<p>We want movement to also stop on touch.</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im12.png" border="0" /></p>
<p> </p>
<p>We want browse mode :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im13.png" border="0" /></p>
<p>We want no ping, no loop :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im14.png" border="0" /></p>
<p> </p>
<p>At least we set time parameters :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/screen/im15.png" border="0" /></p>
<p style="text-align: center;"> </p>
<p>When you save the script "trigger chat" you start again  reading   notecard for script "move texture" because  inventory has   changed. Wait for end of reading.</p>
<p>All is good now. Start and stop on click !</p>
<p> </p>
<p> </p></div>]]></description>
			<author>sandrine@sl-creation.org (sandrine)</author>
			<category>Getting Started</category>
			<pubDate>Sun, 22 May 2011 05:42:50 +0000</pubDate>
		</item>
		<item>
			<title>Chest</title>
			<link>http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started/60-chest</link>
			<guid isPermaLink="true">http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started/60-chest</guid>
			<description><![CDATA[<div class="feed-description"><p> </p>
<h1>In this example we animate a chest</h1>
<h2>Setup step</h2>
<p>First create a chest :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im01.png" border="0" /></p>
<p>The moving part is made of 3 prims :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im02.png" border="0" /></p>
<p> </p>
<p>The root is the lower prim.</p>
<p>Drop the script "child" in the 3 prims that must move :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im03.png" border="0" /></p>
<p>Drop the scripts :</p>
<ul>
<li>setup manager</li>
<li>setup pos</li>
<li>setup rot</li>
</ul>
<p>in the root prim :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im04.png" border="0" /></p>
<p>Click on chest, you get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im02.PNG" border="0" /></p>
<p> </p>
<p>Put chest in first pos and rot :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im05.png" border="0" /></p>
<p>and click on button "Add". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im04.PNG" border="0" /></p>
<p> </p>
<p>You can see there is now a frame (Frame 1/1) and new buttons. Put chest in new position/rotation:</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im06.png" border="0" /></p>
<p> </p>
<p>Click again on button "Add". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im06.PNG" border="0" /></p>
<p> </p>
<p>You can see there are now 2 frames (Frame 2/2). Continue to add  frames...</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im07.png" border="0" /></p>
<p> </p>
<p>For example i created 6 frames (set more frames to get a more  fluid move) :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im07.PNG" border="0" /></p>
<p> </p>
<p>You can browse frames with buttons "Previous", "Next", "First" :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im08.PNG" border="0" /></p>
<p> </p>
<p>You know the current frame with the text menu : "Frame 5/6". First   number is the current frame and second number total frames number.</p>
<p>You can also play all frames with button "Play". You get a new menu to control speed :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im09.PNG" border="0" /></p>
<p>Click on stop to get back the main menu.</p>
<p>You can change a frame and save new position and rotation with button "Save".</p>
<p>You can insert a new frame before he current frame with button "Ins".</p>
<p>You can delete the current frame with button "Del".</p>
<p>When all is good click on tha button "Dump move". You get informations in chat :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im08.png" border="0" /></p>
<p> </p>
<p>Copy and paste them in a notecard called "configmove" :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im19.png" border="0" /></p>
<p> </p>
<p>You can clean text for no needed informations. At least click on "End Setup" button to del all setup scripts.</p>
<h2>Action step</h2>
<p>Now drop in root prim :</p>
<ul>
<li>notecard "configmove" that you just created</li>
<li>script "move pos"</li>
<li>script "move rot"</li>
<li>script "trigger chat"</li>
</ul>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im09.png" border="0" /></p>
<p> </p>
<p>Wait for scripts to load notecard.</p>
<p>Now you must change parameters in script "trigger chat"  to make it  work as you want. Open the script with a double click on its  name.</p>
<p>You can see there are many parameters all full commented for all situations.</p>
<p>We want movement to start with chat command with woed "OPEN".</p>
<p>We want movement to go back with chat command with word "CLOSE".</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im10.png" border="0" /></p>
<p> </p>
<p>We want a list mode with all frames :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im11.png" border="0" /></p>
<p>We want no ping, no loop :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im12.png" border="0" /></p>
<p> </p>
<p>At least we set time parameters :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im13.png" border="0" /></p>
<p style="text-align: center;"> </p>
<p>At least the channels parameters :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im14.png" border="0" /></p>
<p> </p>
<p>When you save the script "trigger chat" you start again  reading  notecard for scripts "move pos" and "move rot", because  inventory has  changed. Wait for end of reading.</p>
<p>All is good now. You can enjoy your chest. When you say "OPEN" in chat :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im15.png" border="0" /></p>
<p>The chest open :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im16.png" border="0" /></p>
<p>When you say "CLOSE" in chat :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im17.png" border="0" /></p>
<p>The chest close :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/chest/im18.png" border="0" /></p>
<p> </p>
<p style="text-align: center;"> </p></div>]]></description>
			<author>sandrine@sl-creation.org (sandrine)</author>
			<category>Getting Started</category>
			<pubDate>Sat, 21 May 2011 11:15:57 +0000</pubDate>
		</item>
		<item>
			<title>Door</title>
			<link>http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started/59-door</link>
			<guid isPermaLink="true">http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started/59-door</guid>
			<description><![CDATA[<div class="feed-description"><p> </p>
<h1>In this example we animate a door</h1>
<h2>Setup step</h2>
<p>First create a door :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im01.png" border="0" /></p>
<p> </p>
<p>There are 3 linked prims. The root is the lower one on the ground.</p>
<p>Drop the script "child" in the central prim that must move.</p>
<p>Drop the scripts :</p>
<ul>
<li>setup manager</li>
<li>setup pos</li>
<li>setup scale</li>
</ul>
<p>in the root prim.</p>
<p>Clic on door, you get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im02.PNG" border="0" /></p>
<p> </p>
<p>Put door in first pos and scale and click on button "Add". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im04.PNG" border="0" /></p>
<p> </p>
<p>You can see there is now a frame (Frame 1/1) and new buttons. Put door in new position/scale :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im02.png" border="0" /></p>
<p> </p>
<p>Click again on button "Add". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im06.PNG" border="0" /></p>
<p> </p>
<p>You can see there are now 2 frames (Frame 2/2). Continue to add frames... For example i created 6 frames (set more frames to get a more fluid move) :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im07.PNG" border="0" /></p>
<p> </p>
<p>You can browse frames with buttons "Previous", "Next", "First" :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im08.PNG" border="0" /></p>
<p> </p>
<p>You know the current frame with the text menu : "Frame 5/6". First  number is the current frame and second number total frames number.</p>
<p>You can also play all frames with button "Play". You get a new menu to control speed :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im09.PNG" border="0" /></p>
<p>Click on stop to get back the main menu.</p>
<p>You can change a frame and save new position and rotation with button "Save".</p>
<p>You can insert a new frame before he current frame with button "Ins".</p>
<p>You can delete the current frame with button "Del".</p>
<p>When all is good click on tha button "Dump move". You get informations in chat :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im03.png" border="0" /></p>
<p> </p>
<p>Copy and paste them in a notecard called "configmove" :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im04.png" border="0" /></p>
<p> </p>
<p>You can clean text for no needed informations. At least click on "End Setup" button to del all setup scripts.</p>
<h2>Action step</h2>
<p>Now drop in root prim :</p>
<ul>
<li>notecard "configmove" that you just created</li>
<li>script "move pos"</li>
<li>script "move scale"</li>
<li>script "trigger sensor"</li>
</ul>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im05.png" border="0" /></p>
<p> </p>
<p>Wait for scripts to load notecard.</p>
<p>Now you must change parameters in script "trigger sensor"  to make it work as you want. Open the script with a double click on its  name.</p>
<p>You can see there are many parameters all full commented for all situations.</p>
<p>We want movement to start on sensor detect so this parameter must be TRUE.</p>
<p>We want movement to stop when no sensor so this parameter must be TRUE.</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im06.png" border="0" /></p>
<p> </p>
<p>We want a range of 3 meters and detect in a sphere :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im07.png" border="0" /></p>
<p>We want a list mode with all frames :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im08.png" border="0" /></p>
<p> </p>
<p>We want no ping, no loop, but reset and back animation :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im09.png" border="0" /></p>
<p> </p>
<p>At least we set time parameters :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im10.png" border="0" /></p>
<p> </p>
<p>When you save the script "trigger sensor" you start again  reading notecard for scripts "move pos" and "move scale", because  inventory has changed. Wait for end of reading.</p>
<p>All is good now. You can enjoy your door :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/door/im11.png" border="0" /></p>
<p> </p>
<p>The door open when an avatar is detected in a range of 3 meters and close when no avatar is in this range.</p>
<p style="text-align: center;"> </p></div>]]></description>
			<author>sandrine@sl-creation.org (sandrine)</author>
			<category>Getting Started</category>
			<pubDate>Fri, 20 May 2011 11:41:16 +0000</pubDate>
		</item>
		<item>
			<title>Wings</title>
			<link>http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started/58-wings</link>
			<guid isPermaLink="true">http://simplescript.sillo.org/index.php/ultimate-change-link/getting-started/58-wings</guid>
			<description><![CDATA[<div class="feed-description"><h1>In this example we animate wings</h1>
<h2>Setup step</h2>
<p>First create wings :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im01.PNG" border="0" /></p>
<p> </p>
<p>There are 2 linked prims for the 2 wings and a prim root (here the invisible ball).</p>
<p>Drop the script "chlid" in each wing.</p>
<p>Drop the scripts :</p>
<ul>
<li>setup manager</li>
<li>setup pos</li>
<li>setup rot</li>
</ul>
<p>in the root prim.</p>
<p>Clic on wings, you get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im02.PNG" border="0" /></p>
<p> </p>
<p>It's a good idea to put a prim tu visualize the axis :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im03.PNG" border="0" /></p>
<p> </p>
<p>Put wings in first pos and rot and click on button "Add". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im04.PNG" border="0" /></p>
<p> </p>
<p>You can see there is now a frame (Frame 1/1) and new buttons. Put wing in new position/rotation :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im05.PNG" border="0" /></p>
<p> </p>
<p>Click again on button "Add". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im06.PNG" border="0" /></p>
<p> </p>
<p>You can see there are now 2 frames (Frame 2/2). Continue to add frames... For example i created 6 frames :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im07.PNG" border="0" /></p>
<p> </p>
<p>You can browse frames with buttons "Previous", "Next", "First" :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im08.PNG" border="0" /></p>
<p> </p>
<p>You now the current frame with the text menu : "Frame 5/6". First number is the current frame and second number total frames number.</p>
<p>You can also play all frames with button "Play". You get a new menu to control speed :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im09.PNG" border="0" /></p>
<p>Click on stop to get back the main menu.</p>
<p>You can change a frame and save new position and rotation with button "Save".</p>
<p>You can insert a new frame before he current frame with button "Ins".</p>
<p>You can delete the current frame with button "Del".</p>
<p>When all is good click on tha button "Dump move". You get informations in chat :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im10.PNG" border="0" /></p>
<p> </p>
<p>Copy and paste them in a notecard called "configmove" :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im11.png" border="0" /></p>
<p> </p>
<p>You can clean text for no needed informations. At least click on "End Setup" button to del all setup scripts.</p>
<h2>Action step</h2>
<p>Now drop in root prim :</p>
<ul>
<li>notecard "configmove" that you just created</li>
<li>script "move pos"</li>
<li>script "move rot"</li>
<li>script "trigger walk_fly_run_sit"</li>
</ul>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im12.png" border="0" /></p>
<p> </p>
<p>Wait for scripts to load notecard.</p>
<p>Now you must change parameters in script "trigger walk_fly_run_sit" to make it work as you want. Open the script with a double click on its name :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im13.png" border="0" /></p>
<p> </p>
<p>You cas see there are many parameters all full commented for all situations.</p>
<p>We want movement to start on fly so this parameter must be TRUE :</p>
<p>integer  START_FLY  = TRUE;        // Start on fly</p>
<p>We want movement to stop when no fly so this parameter must be TRUE :</p>
<p>integer  STOP_NO_FLY  = TRUE;      // Stop on no fly</p>
<p>Dont change other parameters. Keep default values.</p>
<p>When you save the script "trigger walk_fly_run_sit" you start again reading notecard for scripts "move pos" and "move rot", because inventory has changed. Wait for end of reading.</p>
<p>All is good now. You can enjoy your wings :</p>
<p> </p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/ultimate_change_link/wings/im14.png" border="0" /></p>
<p>The wing beats when you fly and stop when you dont...</p>
<p> </p></div>]]></description>
			<author>sandrine@sl-creation.org (sandrine)</author>
			<category>Getting Started</category>
			<pubDate>Sat, 07 May 2011 10:36:28 +0000</pubDate>
		</item>
	</channel>
</rss>
