Rodney
Joined: 05 May 2007 Posts: 1 Location: Seattle, Washington
Digg It |
Posted: Sat May 05, 2007 10:13 pm Post subject: Classic Controller help. |
|
|
Hi I just need s small amount of help with the classic controller. Im currently trying to write a script for Guild Wars and was having some troubles with moving the analog stick for right mouse button + mouse movement. So if any one could please help it would be greatly appreciated!
EDIT: here is the script so far still messing with it heh.
| Code: | //Guild Wars script created by Rodney.
key.Delete = (-1.2 < wiimote.classic.Joy2X < -0.5)
key.PageDown = (0.5 < wiimote.classic.Joy2X < 1.2)
key.Home = (-1.2 < wiimote.classic.Joy2Y < -0.5)
key.End = (0.5 < wiimote.classic.Joy2Y < 1.2)
//movement
(-1.2 < mouse. < -0.5) = wiimote.Classic.Up
key.Down = wiimote.Classic.Down
key.Left = wiimote.Classic.Left
key.Right = wiimote.Classic.Right
//Spells
key.One = wiimote.Classic.x
key.Two = wiimote.Classic.y
key.three = wiimote.Classic.a
key.Four = wiimote.Classic.b
key.Five = wiimote.Classic.L
key.Six = wiimote.Classic.R
key.Seven = wiimote.Classic.ZL
key.Eight = wiimote.Classic.ZR
//Menus
key.I = wiimote.Classic.Home
key. |
_________________ Horah for the Wii! 6 million+ consols sold! |
|