Hi, guys.. I am a newbie to construct 2.. I have watched some tutorials about space shooter.. I have a few question to ask, hope I can find answers..
First, I want to spawn bullets from my ship, so I have created an event to spawn it. But the angle seems a little bit weird. My project is vertical scrolling but the bullets keep moving right. And then I found this, . The author used a trick which is set angle to 270 degree, but it didnt work for me, until I rotated 90 degrees on it and then it worked.. I can't understand the theory of it.. I understand the X and Y axis and also angles in mathematics, but in construct 2 it seems different..
Second, I wanted to spawn bullet from ship's image point and I succeed. It shoots when I press CTRL, but when I am pressing CTRL and I also wanted it to move left, it didn't move. When I released CTRL then it can move.. I wonder whats happening to my event system, did I make a mistake?