I recently started to work with isometrics in construct 2 and I was wondering if theres a way to shoot 4-way in isometrics without using the mouse?
Such as the character faces a specific way and then you press space bar the bullet shoots at the same angle the player is facing.
I did try the bullet set angle of motion but im not quite sure how to make it work the way I want it to.
Can someone look over my file and give me a hand with what I'm trying to do?
The angles are already in the movement. So for example when you press left, character moves left at 212 degrees, but at the same time I want to set the the bullet to move at 212 degrees when fired.
I guess the peseudo code would look like this:
-when left key is clicked
-set angle of bullet 212 degrees
-when space bar is click, bullet moves at 212 degrees
Here's a link to the folder of my file:
dropbox.com/s/9egf5m97oxz4oo9/isotest.7z
I'm not quite sure how to upload a capx file, but if someone could share that info with me then I could change the link if it makes it easier for people to look at