SamTyson92
Joined: 16 Dec 2006 Posts: 34 Location: Hinckley, United Kingdom
Digg It |
Posted: Sat Feb 10, 2007 3:22 pm Post subject: Help with Nunchuk |
|
|
Hi Ive made about 4 scripts using the Nunchuk but only just got one today so they havnt been fully tested but they work fine to control the mouse but when the pointer gets near the bottom it justs drifts downwards!
Is there anyway to fix that?
| Code: | var.addX = wiimote1.Nunchuk.JoyX / 50
var.addY = wiimote1.Nunchuk.JoyY / 50
mouse.x = var.addX + mouse.x
mouse.y = var.addY + mouse.y |
|
|