Hey all i am messing with AMS and flash and just wondered how i would send the Left and right key commands via AMS as i want to make like a hover with mouse contraller the flash commed in the fla are
Flash FLA:
Not sure if there is away to send from app or if i have to program the app and flash to be one any help :P thanks.Code:if (Key.isDown(Key.RIGHT)) { _rotation += 5; } if (Key.isDown(Key.LEFT)) { _rotation -= 5; }![]()

Reply With Quote

