I'm using Behavior: 8 Direction with default 8 arrow keys as the Construct 2 simple example.
Problem: When I move the object with diagonal movement, then I release the keys, the object force the direction to the nearest angle of 0, 90, 270, 180, and 360 degrees.
Expected: 8 Direction don't force the direction into certain angles.
is there a simple way to do this, or I have to do 'Hard-code' via event?
Thanx