- Messages
- 6
- Country

Good mooning / afternoon / evening ,
I'm trying to make an Autopilot Altitude Selector Collins PRE80C.
I have almost done.
However , there is only one problem for the movement of DRUM-COUNTERS.
I wrote the following code , for a long tape style number card.
It can work completely 0 to 9 , and smooth rolling animation effect.
But , from 9 to 0 , or , down from 0 to 9 , it changes in an instant , without animation.
What's wrong in my code ?
many thanks
I'm trying to make an Autopilot Altitude Selector Collins PRE80C.
I have almost done.
However , there is only one problem for the movement of DRUM-COUNTERS.
I wrote the following code , for a long tape style number card.
It can work completely 0 to 9 , and smooth rolling animation effect.
But , from 9 to 0 , or , down from 0 to 9 , it changes in an instant , without animation.
What's wrong in my code ?
many thanks
Code:
<Element>
<Position X="0" Y="0" />
<MaskImage Name="PRE80C_MASK.bmp">
<Axis X="269" Y="125" />
</MaskImage>
<Image Name="PRE80C_TAPE_L.bmp">
<Axis X="0" Y="610" />
</Image>
<Shift>
<Value Minimum="0" Maximum="9">(A:Autopilot Altitude Lock Var,feet) 100 / flr 10 % </Value>
<Nonlinearity>
<Item Value="0" X="0" Y="0"/>
<Item Value="9" X="0" Y="480"/>
</Nonlinearity>
<Delay PixelsPerSecond="400"/>
</Shift>
</Element>



