Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Something that seems to be severely lacking in the RTS behavior is an option to set the max vertical speed to something other than the max speed. This becomes a problem when you have an isometric RTS game - like Age of Empires - where units are supposed to move half as fast along the Y axis as they do on the X axis due to the viewing angle. So perhaps you could have a property like "Y Speed", which could be a percentage value. Just a thought.
Develop games in your browser. Powerful, performant & highly capable.
Couldn't you do something like:
character is moving
character angle is 30 degrees
set max speed to max speed / 2
I think you'd probably get some sort of speed distortion(?) using that method. This feature should be included anyways considering how many RTS games are isometric.