Hey people!
I was wondering if any one knows the code or the process to create a menu/ingame UI that uses the Xbox 360's controller to select options or move the mouse cursor.
At the moment I have two UI menus that work using the mouse to selet the buttons but I was hoping there would be some code I could enter so that the mouse could also be moved by the left or right analog sticks?
I am using the code:
onClipEvent(enterFrame)
{
_x = _root._xmouse;
_y = _root._ymouse;
}
In the mouse cursor in Flash to create the cursor. Any help/advice where to look would be much appreciated!
Thanks, David Grafton.
I was wondering if any one knows the code or the process to create a menu/ingame UI that uses the Xbox 360's controller to select options or move the mouse cursor.
At the moment I have two UI menus that work using the mouse to selet the buttons but I was hoping there would be some code I could enter so that the mouse could also be moved by the left or right analog sticks?
I am using the code:
onClipEvent(enterFrame)
{
_x = _root._xmouse;
_y = _root._ymouse;
}
In the mouse cursor in Flash to create the cursor. Any help/advice where to look would be much appreciated!
Thanks, David Grafton.
Comment