Hi!
I'm working on a game project for OUYA using the Android Exporter on Multimedia Fusion 2 and now I've run into a bit of a problem.
I want to use the analog sticks on both OUYA controler 1 and 2. I know I'm suposed to use the "Get axis value (Player number)" option and this gives me the code "LeftStickXForPlayer( "OUYA object", , )" but I can't figure out where and how to put the player number into the code. The only hint the help file tells me is "Parameters: Player number (where the first player is 0, the second is 1, etc.)"
If someone could help me with this I would appreciate it immensely. Thank's in advance.
Thanks, that almost worked but I still get a bit of trouble. The left stick works fine with this method but when I try to use the right stick it only works for the last player who moved his left stick/used a button. So if player 1 for instance is using the left stick or pushing a button player 2 can't use the right stick.