I am trying to set up my platformer character to crouch ("When Down arrow is down, Set height to X" on the Player object). But it seems to want a pixel value when what be more flexible is a % value, the way scale works.
I did a search and found references to OriginalHeight parameters in Construct Classic but I didn't have any success using them in Construct 2, though it's possible I didn't get the syntax right.
Is there a way set height and wight by percentage and if so, how do I do it? And if it is an unlisted parameter (like OriginalHeight) is there a comprehensive list of these commands somewhere?
Thanks.