<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									changing image (animation) frame with pedal input? - English Chat				            </title>
            <link>https://www.simhubdash.com/community-2/english-chat/changing-image-animation-frame-with-pedal-input/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 16 Aug 2026 22:48:50 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: changing image (animation) frame with pedal input?</title>
                        <link>https://www.simhubdash.com/community-2/english-chat/changing-image-animation-frame-with-pedal-input/#post-1838</link>
                        <pubDate>Sat, 19 Dec 2020 01:44:41 +0000</pubDate>
                        <description><![CDATA[ok - I figured it out. If I use Javascript expression on the vertical translation, I can do a rough animation using a filmstrip like this:
if ($prop(&#039;DataCorePlugin.ExternalScript.Steering_...]]></description>
                        <content:encoded><![CDATA[<p>ok - I figured it out. If I use Javascript expression on the vertical translation, I can do a rough animation using a filmstrip like this:</p>
<pre>if ($prop('DataCorePlugin.ExternalScript.Steering_Wheel_Angle') &lt; -23) {<br />return -168<br />}<br />if ($prop('DataCorePlugin.ExternalScript.Steering_Wheel_Angle') &lt; -79) {<br />return -224<br />}<br />if ($prop('DataCorePlugin.ExternalScript.Steering_Wheel_Angle') &lt; 23) {<br />return -112<br />}<br />if ($prop('DataCorePlugin.ExternalScript.Steering_Wheel_Angle') &gt; 23) {<br />return -56<br />}</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/english-chat/">English Chat</category>                        <dc:creator>pront</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/english-chat/changing-image-animation-frame-with-pedal-input/#post-1838</guid>
                    </item>
				                    <item>
                        <title>changing image (animation) frame with pedal input?</title>
                        <link>https://www.simhubdash.com/community-2/english-chat/changing-image-animation-frame-with-pedal-input/#post-1837</link>
                        <pubDate>Fri, 18 Dec 2020 23:33:22 +0000</pubDate>
                        <description><![CDATA[I have a multi-frame animation I want to change with pedal input but I&#039;m really new to this. The first way I&#039;d think of doing it is to translate an atlas texture strip X pixels on X pedal pr...]]></description>
                        <content:encoded><![CDATA[<p>I have a multi-frame animation I want to change with pedal input but I'm really new to this. The first way I'd think of doing it is to translate an atlas texture strip X pixels on X pedal pressure but I'm not sure I can do that in a step in Simhub and I'm not sure if this is the most efficient way to go about this. Any help appreciated</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/english-chat/">English Chat</category>                        <dc:creator>pront</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/english-chat/changing-image-animation-frame-with-pedal-input/#post-1837</guid>
                    </item>
							        </channel>
        </rss>
		