I want to make a timer controlled by a variable, not by the mouse
example:
if "FLAPS HANDLE INDEX" = 1
then the object appears for 2 seconds and then disappears.
I wrote this code (thank n4gix !), but it doesn't work because,naturally, the value is always equal to 1
Can anyone help me ?
Thank you in advance
example:
if "FLAPS HANDLE INDEX" = 1
then the object appears for 2 seconds and then disappears.
I wrote this code (thank n4gix !), but it doesn't work because,naturally, the value is always equal to 1
Code:
<PartInfo>
<Name>00-Essai</Name>
<Visibility>
<Parameter>
<Code>
(A:FLAPS HANDLE INDEX, number) 1 ==
if{ (E:LOCAL TIME, seconds) 2 + (>L:MyTimer,enum) }
(L:MyTimer,enum) (E:LOCAL TIME, seconds) >
</Code>
</Parameter>
</Visibility>
</PartInfo>
Can anyone help me ?
Thank you in advance







