- Messages
- 10,158
- Country

Hey guys,
Is it possible to have an animation that 'continues' until it is clicked off?
Anotherwords, something like a fan with visible blades, or windshield wipers.
There is a 'Wobble Pump' in the parts XML that runs for about 5 cycles (if I remember correctly). I looked at that and couldnt figure out what makes it run as long as it does.
This is it;
( I am getting old, this may be the wrong one, but if I remember correctly, this darn thing animates itself).
Bill
Is it possible to have an animation that 'continues' until it is clicked off?
Anotherwords, something like a fan with visible blades, or windshield wipers.
There is a 'Wobble Pump' in the parts XML that runs for about 5 cycles (if I remember correctly). I looked at that and couldnt figure out what makes it run as long as it does.
This is it;
Code:
<part>
<name>lever_wobble_pump</name>
<animation>
<parameter>
<sim>
<variable>FUEL SELECTED TRANSFER MODE:1</variable>
<units>percent</units>
<scale>1</scale>
</sim>
<lag>100</lag>
</parameter>
</animation>
<mouserect>
<cursor>Hand</cursor>
<tooltip_id>TOOLTIPTEXT_FUEL_TRANSFER_PUMP</tooltip_id>
<event_id>MANUAL_FUEL_TRANSFER</event_id>
</mouserect>
</part>
( I am getting old, this may be the wrong one, but if I remember correctly, this darn thing animates itself).
Bill
