| View previous topic :: View next topic |
| Author |
Message |
tiej1990
Joined: 19 May 2008 Posts: 2
Digg It |
Posted: Mon May 19, 2008 10:29 pm Post subject: need help with glovepie script PLEASE!!! |
|
|
hi im sort of new at all this but i really need help... i am trying to make a script in glovepie that will be able to make my wii remote work with a software that i use. what i want it to do is map a certain button or action on the wii mote to insert in the command bar of the software this "c:c:Ry" as shown there and it needs to be case sensitive. i nearly have it already but like when i use key.shift for making the next letter uppercase it keeps the shift throughout the entire line. making everything after it uppercase!
here is the script as i have it
key.c and key.shift and key.semicolon and key.c and key.shift and key.semicolon and key. shift and key.r and key.y = wiimote1.a
when i use this it ends up as c:C:RY not c:c:Ry
any suggestions as to how to stop the shift from continuing on for each letter after it?
Thanks!
TJ |
|
| Back to top |
|
 |
Wreyth

Joined: 03 Nov 2007 Posts: 77
Digg It |
Posted: Mon Jun 23, 2008 8:22 am Post subject: |
|
|
ok the problem is your telling it to keep holding shift down after the first letter
it would have to look more like
| Code: |
type("c:c:Ry") = Wiimote.A
|
the exact way you type it in the brackets there is the exact way it will enter it upper and lower case.
hope this helps ya |
|
| Back to top |
|
 |
|