How do I change the controls for the platform active object. Like the default are the arrow keys, but I want to make it where clicking the left mouse button does the same job as clicking the "Right Arrow."
How can I do this.
Thanks everyone
Printable View
How do I change the controls for the platform active object. Like the default are the arrow keys, but I want to make it where clicking the left mouse button does the same job as clicking the "Right Arrow."
How can I do this.
Thanks everyone
I don't think you can use the mouse button using the platform active object. You can change the default controls by clicking on the Runtime options tab of the application properties, scroll to the bottom and you'll see "Default controls" with an edit button.
Attachment 12755
I think it has to be a keyboard input though. You'd probably need to use events to make the movement work with the left mouse button.