by satco » Sat Aug 06, 2016 6:30 am
Hi Art,
I made two Buttons:
-Pin_1, with script:
global Pin_1 = function( state )
{
GlobalSet("Pin_9", state);
FreeFeedTo(1, null, null, null);
};
-Pin_2 with script:
global Pin_2 = function( state )
{
GlobalSet("Pin_11", state);
FreeFeedTo(null, 1, null, null);
};
free axis set 0,0,0,0
when push Pin_1 first free axis go to 1, other do not change.
When first free axis stop, push Pin_2, first free axis stay 1, second free axis go to 1, other do not change.
free axis set 0,0,0,0
when push Pin_1 and immediately push Pin_2,
-first free axis go to 1, other do not change,
-when it stop at 1, second free axis go to 1, first free axis go to 0
Is it possible:
free axis set 0,0,0,0
when push Pin_1 and immediately push Pin_2,
-first free axis start to go to 1, and leave 1, when reached it
-second free axis go to 1 immediately after push Pin_2, untill reached 1.
This need to control free axis in different script independently.
Best regards,
Anatolii
Hi Art,
I made two Buttons:
-Pin_1, with script:
global Pin_1 = function( state )
{
GlobalSet("Pin_9", state);
FreeFeedTo(1, null, null, null);
};
-Pin_2 with script:
global Pin_2 = function( state )
{
GlobalSet("Pin_11", state);
FreeFeedTo(null, 1, null, null);
};
free axis set 0,0,0,0
when push Pin_1 first free axis go to 1, other do not change.
When first free axis stop, push Pin_2, first free axis stay 1, second free axis go to 1, other do not change.
free axis set 0,0,0,0
when push Pin_1 and immediately push Pin_2,
-first free axis go to 1, other do not change,
-when it stop at 1, second free axis go to 1, first free axis go to 0
Is it possible:
free axis set 0,0,0,0
when push Pin_1 and immediately push Pin_2,
-first free axis start to go to 1, and leave 1, when reached it
-second free axis go to 1 immediately after push Pin_2, untill reached 1.
This need to control free axis in different script independently.
Best regards,
Anatolii