PDA

View Full Version : POV descriptors


Dirk98
12-12-2004, 02:58 PM
Sorry for the basic question in this high-programming forum: need descriptions for the POV up, right, down, left positions as Buttons for my basic cmscript. For example what is the correct definition of POV Right press on the fighterstick in a CM script? It does not want to accept my JS1.POV Right definition, I also tried to assign POV Right to CM Device 1, Button 18 and then replacec it in the script from JS1.POV Right to JS1.B18, but my script didn't work neither.

Please, need a simple repeating loop script for sequential pressing of POV Right resulting in keystrokes "a" and "b". Basically I have an example of the script for any other button, hat position, but can not figure out how to assign it to the POV hat on the fighterstick.

Thanks.

Bob Church
12-12-2004, 05:04 PM
Hi Dirk,

Use js1.b25 through js1.B32. The js1.b25 reference is Hat Up, and they run clockwise to js1.b32 which is Hat Up/Left.

- Bob

The StickWorks
http://www.stickworks.com

Dirk98
12-12-2004, 11:26 PM
Thanks Bob! Yes, figured it out after had posted, one needs to be in good shape to remember all these nuances. :thumbsup: