Hi guys, sorry for my bad English.Though im new in Construct i alredy want to make space ship game but the problem im facing is,the movement for it.Movement i need is 8Direction, but instead of screen directions(like it works normally)it should move the ship at angle relatively to the main character(ship), that player is going to operate with.
For example when i press "UP arrow" it should go forward to the direction of the ships frontside(nose) and not to the UP of my screen.
Yes i can make that movement with Condition "if UP arrow is pressed" > Action Space Ship > Position&Size Move to Angle and then choose my ships angle but its not what i want becasue then my ship does not have acceleration and Deceleration.I think Devs should apply that option into action for 8Direction behavior.
I tried to do with custom Behavior, choosing Action > accelerate to the angle of spaceship angle but then acceleration increases my spaceship speed forever and i do not find any way to put in function deceleration by using custom behavior.
I will appreciate any help from you guys.