Hi,
I am very excited to start with Construct 2 for game development.
I`ve been developing a game where I will have a box at the bottom which has an emitter which emits bullets (looks like a turrett )and I want to move that emitter to left and right of the layout based on the mouse position .
If I move the mouse lower to the layout(bottomleft or bottomright) the emitter was turning to the bottom of the layout and emits the bullets,How can I avoid moving this to the bottom and emits bullets,something like it should always operate between 45 degrees and 135 degrees.
It should not move more than that and it should turn smoothly between those angles,if I added a keyboard left arrow its moving to left and right arrow to right,but its moving very fast,can we make that moving slowly.