By "no support" do you mean "
WORKS GREAT!?" Here's sample script so everyone can get started using joysticks!!!!
- Code: Select all
Vector v = getAccelerometer();
char j0= GetJoystick1Button(0);
char j1= GetJoystick1Button(1);
char j2= GetJoystick1Button(2);
char j3= GetJoystick1Button(3);
xvelocity = v.x*5; //where *5 is your desired speed
yvelocity = v.y*5;
if(j0){
yvelocity=-12;
}
if(j1){
CreateActor("bullet", etc. etc }
each button must be made into it's own char x=get line. Works fabulous on my controller, which is one of these:
An inexpensive Tremon usb controller, but very durable.
In regards to my other question, I did what bee-ant suggested and simply restarted GE. The eic sprintf problem has not bothered me since. The new ge runs very fast, and is exceptionally stable on XP. 2 days now, and not a single crash on any game.
Muy Bueno!!!!!!