Gator
19th April 2004, 07:02 PM
Well Im still around and before I ask this question (s) just want to say Im slowly coming along. I have really enjoyed the ride so far but still have much to learn. Ive been mainly using my CHProducts in Forgotten Battles but Im trying to use my FighterStick in an online space game called Jumpgate.
I have no rudder paddles so in Jumpgate i have the following script and I think Bob is the one that helped me with it. It was for Forgotten Battles however I have tried to implement it in Jumpgate. And it works except the axis continue to roll after I have released the button. It doesnt stop. Continues to roll. I need a script that lets the axis roll as long as button is pressed but when button is released ,roll stops. Here is what I have now:
script
if(js1.b14)then
cms.a1=255;
else
if(js1.b16)then
cms.a1=0;
else
cms.a1=128;
endif
endif
endscript
Is this already set up to stop after button is released or do I need something different.
And I have already been Michael that the Jumpgate game will only let me assign my buttons from within the game so this might be an additional problem.
I hope this makes sense but any kind of response will be greatly appreciated
I have been using my FF2 stick in this game but really want to use my Fighterstick and retire the FF2.
Thanks
Gator :salute:
I have no rudder paddles so in Jumpgate i have the following script and I think Bob is the one that helped me with it. It was for Forgotten Battles however I have tried to implement it in Jumpgate. And it works except the axis continue to roll after I have released the button. It doesnt stop. Continues to roll. I need a script that lets the axis roll as long as button is pressed but when button is released ,roll stops. Here is what I have now:
script
if(js1.b14)then
cms.a1=255;
else
if(js1.b16)then
cms.a1=0;
else
cms.a1=128;
endif
endif
endscript
Is this already set up to stop after button is released or do I need something different.
And I have already been Michael that the Jumpgate game will only let me assign my buttons from within the game so this might be an additional problem.
I hope this makes sense but any kind of response will be greatly appreciated
I have been using my FF2 stick in this game but really want to use my Fighterstick and retire the FF2.
Thanks
Gator :salute: