Crow
10th March 2009, 07:33 PM
I don't know the answer to this, which is why I ask:
I setup this:
CMS.B6 OUTPUTS KEYBOARD i (NULL i)
CMS.B7 OUTPUTS KEYBOARD j (NULL j)
( The 3 scripts below have exactly identical lines except some of the lines are commented out of the script)
CMS.A4 = JS1.A1;
CMS.B6 = [CMS.A4<100];
CMS.B7 = [CMS.A4<100];
// CMS.B6 = [CMS.A4>200];
// CMS.B7 = [CMS.A4>200];
will output i and j when moving FS stick left
and will do nothing when moving it right
===================================
CMS.A4 = JS4.A1;
// CMS.B6 = [CMS.A4<100];
// CMS.B7 = [CMS.A4<100];
CMS.B6 = [CMS.A4>200];
CMS.B7 = [CMS.A4>200];
will do nothing when moving it left
and will output i and j when moving it right
====================================
CMS.A4 = JS4.A1;
CMS.B6 = [CMS.A4<100];
CMS.B7 = [CMS.A4<100];
CMS.B6 = [CMS.A4>200];
CMS.B7 = [CMS.A4>200];
will do nothing when moving stick left
and will output i and j when moving stick right
How come it won't output i & j moving stick either left and right?
I setup this:
CMS.B6 OUTPUTS KEYBOARD i (NULL i)
CMS.B7 OUTPUTS KEYBOARD j (NULL j)
( The 3 scripts below have exactly identical lines except some of the lines are commented out of the script)
CMS.A4 = JS1.A1;
CMS.B6 = [CMS.A4<100];
CMS.B7 = [CMS.A4<100];
// CMS.B6 = [CMS.A4>200];
// CMS.B7 = [CMS.A4>200];
will output i and j when moving FS stick left
and will do nothing when moving it right
===================================
CMS.A4 = JS4.A1;
// CMS.B6 = [CMS.A4<100];
// CMS.B7 = [CMS.A4<100];
CMS.B6 = [CMS.A4>200];
CMS.B7 = [CMS.A4>200];
will do nothing when moving it left
and will output i and j when moving it right
====================================
CMS.A4 = JS4.A1;
CMS.B6 = [CMS.A4<100];
CMS.B7 = [CMS.A4<100];
CMS.B6 = [CMS.A4>200];
CMS.B7 = [CMS.A4>200];
will do nothing when moving stick left
and will output i and j when moving stick right
How come it won't output i & j moving stick either left and right?