<?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>Simple Texture Animator</title>
		<description><![CDATA[Simple scripts tutorials]]></description>
		<link>http://simplescript.sillo.org/index.php/simple-texture-animator-new-/20-how-to-</link>
		<lastBuildDate>Wed, 17 May 2017 15:54:46 +0000</lastBuildDate>
		<generator>Joomla! - Open Source Content Management</generator>
		<atom:link rel="self" type="application/rss+xml" href="http://simplescript.sillo.org/index.php/simple-texture-animator-new-/20-how-to-?format=feed&amp;type=rss"/>
		<language>en-gb</language>
		<item>
			<title>Edit animation</title>
			<link>http://simplescript.sillo.org/index.php/simple-texture-animator-new-/20-how-to-/54-edit-animation</link>
			<guid isPermaLink="true">http://simplescript.sillo.org/index.php/simple-texture-animator-new-/20-how-to-/54-edit-animation</guid>
			<description><![CDATA[<div class="feed-description"><h2>How to edit an animation ?</h2>
<p>You need an object :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m01.JPG" border="0" /></p>
<p style="text-align: justify;">Drop in your object scripts<em> texture animator </em>and <em>menu manager</em> and notecard <em>textureanim </em>:</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m02.JPG" border="0" /></p>
<p style="text-align: justify;">You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m03.JPG" border="0" /></p>
<p style="text-align: justify;">At any time you can type "menu" in Chat to get back the menu.</p>
<p style="text-align: justify;">Click on "Edit anim". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m04.JPG" border="0" /></p>
<p style="text-align: justify;">Choose a mode, you get a new menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m05.JPG" border="0" /></p>
<p style="text-align: justify;">Choose an animation. You get this Chat message :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m16.JPG" border="0" /></p>
<p style="text-align: justify;">Click on a face :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m09.JPG" border="0" /></p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">You get the animation to edit on this face.</p>
<p style="text-align: justify;">You get also this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m10.JPG" border="0" /></p>
<p style="text-align: justify;">With this menu you can change all parameters of the animation.</p>
<p style="text-align: justify;">You can read all informations on texture animation in SL on this <a href="http://lslwiki.net/lslwiki/wakka.php?wakka=llSetTextureAnim" target="_blank">wiki page</a>.</p>
<p style="text-align: justify;">Change all parameters to get the animation that you need.</p>
<p style="text-align: justify;">When you are OK with your animation you must save it by clicking on "Save" button.You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m17.JPG" border="0" /></p>
<p style="text-align: justify;">If you want to overwrite the animation choose "This", if you want to create a new aniamtion choose "Another". In this case you must type the animation name in Chat :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m11.JPG" border="0" /></p>
<p style="text-align: justify;">Now clik on "Back" button in creation menu and "Dump mem" in main menu. You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m12.JPG" border="0" /></p>
<p style="text-align: justify;">Click on "Charger" (or english word), you get informations for notecard in your navigator :</p>
<pre>Copy the lines bellow in a notecard called textureanim :

@texture_animation
s_speed0.01,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,0.010000
s_speed0.05,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,0.050000
s_speed0.1,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,0.100000
s_speed0.5,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,0.500000
s_speed1,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,1.000000
s_speed2,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,2.000000
s_speed4,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,4.000000
s_speed6,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,6.000000
s_speed8,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,8.000000
s_speed10,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,10.000000
r_speed1,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,0.017453
r_speed2,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,0.104720
r_speed3,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,0.785398
r_speed4,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,1.675516
r_speed5,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,3.665192
r_speed6,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,4.817109
r_speed7,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,8.377581
z_speed.01,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,0.010000
z_speed.05,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,0.050000
z_speed.1,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,0.100000
z_speed.5,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,0.500000
z_speed1,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,1.000000
z_speed2,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,2.000000
z_speed4,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,4.000000
z_speed6,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,6.000000
z_speed8,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,8.000000
z_speed10,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,10.000000
c_2x1,LOOP,2.000000,1.000000,0.000000,0.000000,9.000000
c_4x1,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_6x1,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_8x1,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_2x2,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_4x2,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_6x2,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_8x2,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
my anim,LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,1.000000
</pre>
<p style="text-align: justify;">There are all preset animations and yours at the end or just the animation changed. Copy and paste in notecard <em>textureanim</em>.</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m13.JPG" border="0" /></p>
<p style="text-align: justify;">Click on "yes" in this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m14.JPG" border="0" /></p>
<p style="text-align: justify;">Wait for the script to read the notecard. Now your animation is in the menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m15.JPG" border="0" /></p>
<p style="text-align: justify;">You can change all that you want in the notecard textureanim.</p></div>]]></description>
			<author>sandrine@sl-creation.org (sandrine)</author>
			<category>How to ?</category>
			<pubDate>Fri, 24 Sep 2010 11:00:41 +0000</pubDate>
		</item>
		<item>
			<title>Create animation</title>
			<link>http://simplescript.sillo.org/index.php/simple-texture-animator-new-/20-how-to-/53-create-animation</link>
			<guid isPermaLink="true">http://simplescript.sillo.org/index.php/simple-texture-animator-new-/20-how-to-/53-create-animation</guid>
			<description><![CDATA[<div class="feed-description"><h2>How to create an animation ?</h2>
<p>There is a preset of animations but you'll need different ones. You can create an animation and add it to the preset.</p>
<p>You need an object :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m01.JPG" border="0" /></p>
<p style="text-align: justify;">Drop in your object scripts<em> texture animator </em>and <em>menu manager</em> and notecard <em>textureanim </em>:</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m02.JPG" border="0" /></p>
<p style="text-align: justify;">You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m03.JPG" border="0" /></p>
<p style="text-align: justify;">At any time you can type "menu" in Chat to get back the menu.</p>
<p style="text-align: justify;">Click on "Creat". You get this Chat message :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m07.JPG" border="0" /></p>
<p style="text-align: justify;">Click on a face :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m09.JPG" border="0" /></p>
<p style="text-align: justify;">You get a simple slide animation on this face with ping-pong.</p>
<p style="text-align: justify;">You get also this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m10.JPG" border="0" /></p>
<p style="text-align: justify;">With this menu you can change all parameters of the animation.</p>
<p style="text-align: justify;">You can read all informations on texture animation in SL on this <a href="http://lslwiki.net/lslwiki/wakka.php?wakka=llSetTextureAnim" target="_blank">wiki page</a>.</p>
<p style="text-align: justify;">Change all parameters to get the animation that you need.</p>
<p style="text-align: justify;">When you are OK with your animation you must save it by clicking on "Save" button. You must type tha animation name in Chat :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m11.JPG" border="0" /></p>
<p style="text-align: justify;">Now clik on "Back" button in creation menu and "Dump mem" in main menu. You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m12.JPG" border="0" /></p>
<p style="text-align: justify;">Click on "Charger" (or english word), you get informations for notecard in your navigator :</p>
<pre>Copy the lines bellow in a notecard called textureanim :

@texture_animation
s_speed0.01,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,0.010000
s_speed0.05,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,0.050000
s_speed0.1,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,0.100000
s_speed0.5,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,0.500000
s_speed1,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,1.000000
s_speed2,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,2.000000
s_speed4,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,4.000000
s_speed6,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,6.000000
s_speed8,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,8.000000
s_speed10,LOOP|SMOOTH,1.000000,1.000000,1.000000,1.000000,10.000000
r_speed1,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,0.017453
r_speed2,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,0.104720
r_speed3,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,0.785398
r_speed4,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,1.675516
r_speed5,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,3.665192
r_speed6,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,4.817109
r_speed7,ROTATE|LOOP|SMOOTH,1.000000,1.000000,0.000000,6.283185,8.377581
z_speed.01,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,0.010000
z_speed.05,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,0.050000
z_speed.1,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,0.100000
z_speed.5,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,0.500000
z_speed1,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,1.000000
z_speed2,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,2.000000
z_speed4,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,4.000000
z_speed6,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,6.000000
z_speed8,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,8.000000
z_speed10,SCALE|LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,10.000000
c_2x1,LOOP,2.000000,1.000000,0.000000,0.000000,9.000000
c_4x1,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_6x1,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_8x1,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_2x2,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_4x2,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_6x2,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
c_8x2,LOOP,4.000000,1.000000,0.000000,0.000000,9.000000
my anim,LOOP|SMOOTH|PING_PONG,1.000000,1.000000,1.000000,1.000000,1.000000
</pre>
<p style="text-align: justify;">There are all preset animations and yours at the end. Copy and paste in notecard <em>textureanim</em>.</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m13.JPG" border="0" /></p>
<p style="text-align: justify;">Click on "yes" in this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m14.JPG" border="0" /></p>
<p style="text-align: justify;">Wait for the script to read the notecard. Now your animation is in the menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m15.JPG" border="0" /></p>
<p style="text-align: justify;">You can change all that you want in the notecard textureanim.</p></div>]]></description>
			<author>sandrine@sl-creation.org (sandrine)</author>
			<category>How to ?</category>
			<pubDate>Fri, 24 Sep 2010 10:39:39 +0000</pubDate>
		</item>
		<item>
			<title>Set animations</title>
			<link>http://simplescript.sillo.org/index.php/simple-texture-animator-new-/20-how-to-/52-set-animations</link>
			<guid isPermaLink="true">http://simplescript.sillo.org/index.php/simple-texture-animator-new-/20-how-to-/52-set-animations</guid>
			<description><![CDATA[<div class="feed-description"><h2>How to set a texture on one face ?</h2>
<p>You have an object with some textured primitives :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m01.JPG" border="0" /></p>
<p style="text-align: justify;">Drop in your object scripts<em> texture animator </em>and <em>menu manager</em> and notecard <em>textureanim </em>:</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m02.JPG" border="0" /></p>
<p style="text-align: justify;">You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m03.JPG" border="0" /></p>
<p style="text-align: justify;">At any time you can type "menu" in Chat to get back the menu.</p>
<p style="text-align: justify;">Click on "Set Face". You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m04.JPG" border="0" /></p>
<p style="text-align: justify;">Click on "Rotation", you get a new menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m05.JPG" border="0" /></p>
<p style="text-align: justify;">Now choose animation you want to set on the face. You get a Chat message :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m07.JPG" border="0" /></p>
<p style="text-align: justify;">Click on face to animate :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m06.JPG" border="0" /></p>
<p style="text-align: justify;">Now you have a rotation animation on this face.</p>
<p style="text-align: justify;"> </p>
<h2>How to set a texture on all faces ?</h2>
<p>Click on "Set Faces" in main menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m03.JPG" border="0" /></p>
<p style="text-align: justify;">You get this menu :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m04.JPG" border="0" /></p>
<p>Choose a type and an animation on next menu. You get this Chat message :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/../images/stories/tuto_1m/1m07.JPG" border="0" /></p>
<p>Click on primitive to animate :</p>
<p style="text-align: center;"><img src="http://simplescript.sillo.org/images/stories/tuto_1m/1m08.JPG" border="0" /></p>
<p>Here a zoom on this primitive... Dont you see ?</p></div>]]></description>
			<author>sandrine@sl-creation.org (sandrine)</author>
			<category>How to ?</category>
			<pubDate>Fri, 24 Sep 2010 10:18:54 +0000</pubDate>
		</item>
	</channel>
</rss>
