


THIS IS EVERYTHING YOU NEED TO SET THE ANNIMATION UP AND TO SET IT UP WITH IC

<animations>
	<animation name="WeatherGuard">
            <part node="Lid" startTime="0" endTime="1.5" startRot="0 0 0" endRot="90 0 0" />
			<part node="Lights"                 startTime="0"                 endTime="2"         visibility="false" />
            <part node="Lights"                 startTime="1"                 endTime="2"         visibility="true" />
	 </animation>
</animations>
<interactiveControl>
        <interactiveControlConfigurations >
			<interactiveControlConfiguration>
                <interactiveControls>
                    <outdoorTrigger node="Click" />
				<interactiveControl negText="Open Lid" posText="Close Lid">
                        <clickPoint alignToCamera="true" node="ClickPoint" size="0.03" type="OUTDOOR" iconType="CROSS" />
                        <animation name="WeatherGuard" speedScale="1.0" initTime="0.0" />
                    </interactiveControl>
				</interactiveControls>	
            </interactiveControlConfiguration>
        </interactiveControlConfigurations>
</interactiveControl>