Hello, first of all thank you for this wonderful program.
I'm a programmer (phyton, php and c) and I want to make a small game with construct just for fun. Since I'm a complete newby I wanted to make a geometry wars clone. Following the Ghost Shooter tutorial I was able to move and shoot with mouse and keyboard, I wanted to enable the 360 controller imput to aim and move, but with the analog sticks I only see a direction and a is down event. This means that I can't move and shoot like in geometry wars.
Basically (if you are not familiar with the game) I want to move the sprite with the left thumb and shoot with the analog, this means that if the analog thumb is down the ship will continuosly shoot bullets in the direction of the thumb.
Is this possible with construct?
Thanks